|
52 | 52 | title: CCTV Offline
|
53 | 53 | message: '{{trigger.entity_id}} offline'
|
54 | 54 | service: notify.google_cloud_notify
|
55 |
| -- id: '1557360744014' |
56 |
| - alias: Increment TOR DB Disconnect Automation |
57 |
| - trigger: |
58 |
| - - entity_id: binary_sensor.tor_db_status |
59 |
| - from: 'on' |
60 |
| - platform: state |
61 |
| - to: 'off' |
62 |
| - condition: [] |
63 |
| - action: |
64 |
| - - data: |
65 |
| - entity_id: counter.tor_db_disconnect_counter |
66 |
| - service: counter.increment |
67 | 55 | - id: '1558317969078'
|
68 | 56 | alias: CCTV Reboot Each Day
|
69 | 57 | trigger:
|
|
213 | 201 | entity_id: sensor.back_garden_lawn_irrigation_interlock
|
214 | 202 | state: Uninhibited
|
215 | 203 | action:
|
216 |
| - - delay: 1 hour |
| 204 | + - delay: |
| 205 | + hours: 1 |
| 206 | + minutes: 0 |
| 207 | + seconds: 0 |
| 208 | + milliseconds: 0 |
217 | 209 | - entity_id: script.back_garden_lawn_irrigation_timer
|
218 | 210 | service: script.back_garden_lawn_irrigation_timer
|
219 | 211 | - id: '1564192623452'
|
|
625 | 617 | %I:%M %p')}}
|
626 | 618 | title: Irrigation offline
|
627 | 619 | service: notify.google_cloud_notify
|
628 |
| -- id: '1581773383827' |
629 |
| - alias: Irrigation controller status monitor notify |
630 |
| - description: Monitor the health of my gateways |
631 |
| - trigger: |
632 |
| - - entity_id: binary_sensor.ic_front_status |
633 |
| - for: |
634 |
| - hours: 0 |
635 |
| - minutes: 10 |
636 |
| - seconds: 0 |
637 |
| - from: 'on' |
638 |
| - platform: state |
639 |
| - to: 'off' |
640 |
| - condition: [] |
641 |
| - action: |
642 |
| - - data: |
643 |
| - message: Irrigation Controller has been offline for 10 mins. {{now().strftime('%Y-%m-%d |
644 |
| - %I:%M %p')}} |
645 |
| - title: Irrigation offline |
646 |
| - service: notify.google_cloud_notify |
647 | 620 | - id: '1581773123827'
|
648 | 621 | alias: 'Notify: Possible DDOS attack'
|
649 | 622 | trigger:
|
|
816 | 789 | message: TTS
|
817 | 790 | - service: notify.mobile_app_rich_mob_app
|
818 | 791 | data:
|
819 |
| - message: Front Door Doorbell. |
| 792 | + message: Front Door Doorbell |
820 | 793 | data:
|
821 | 794 | image: /api/camera_proxy/camera.front_door_11
|
822 | 795 | color: red
|
|
830 | 803 | priority: high
|
831 | 804 | - service: notify.mobile_app_lucy_mob_app
|
832 | 805 | data:
|
833 |
| - message: Front Door Doorbell. |
| 806 | + message: Front Door Doorbell |
834 | 807 | data:
|
835 | 808 | image: /api/camera_proxy/camera.front_door_11
|
836 | 809 | color: red
|
|
905 | 878 | alias: Parcel Box Opened Notify
|
906 | 879 | description: ''
|
907 | 880 | trigger:
|
908 |
| - - entity_id: binary_sensor.parcel_box_sensor |
909 |
| - from: 'off' |
910 |
| - platform: state |
911 |
| - to: 'on' |
| 881 | + - type: opened |
| 882 | + platform: device |
| 883 | + device_id: 2aadd916ad46270ecda5ab407a461e6c |
| 884 | + entity_id: binary_sensor.parcel_box_contact |
| 885 | + domain: binary_sensor |
912 | 886 | condition: []
|
913 | 887 | action:
|
914 | 888 | - data:
|
915 | 889 | message: Parcel box has just been opened
|
916 | 890 | title: Delivery
|
917 | 891 | service: notify.pushover_notify
|
| 892 | + enabled: false |
918 | 893 | - data:
|
919 | 894 | filename: /config/www/tmp/drive.jpg
|
920 | 895 | entity_id: camera.drive_high_16
|
921 | 896 | service: camera.snapshot
|
| 897 | + enabled: false |
922 | 898 | - data:
|
923 | 899 | data:
|
924 | 900 | attachment: /config/www/tmp/drive.jpg
|
925 | 901 | message: Delivery person?
|
926 | 902 | title: Driveway CCTV Photo
|
927 | 903 | service: notify.pushover_notify
|
| 904 | + enabled: false |
928 | 905 | - data:
|
929 | 906 | cache: false
|
930 | 907 | entity_id: media_player.whole_house
|
931 | 908 | message: Parcel box has just been opened
|
932 | 909 | service: tts.google_translate_say
|
| 910 | + enabled: false |
| 911 | + - service: notify.mobile_app_rich_mob_app |
| 912 | + data: |
| 913 | + message: Parcel Box Opened |
| 914 | + data: |
| 915 | + image: /api/camera_proxy/camera.garage_13 |
| 916 | + color: green |
| 917 | + channel: ParcelBox1 |
| 918 | + vibrationPattern: 100,200,100,200,100,200,100,200 |
| 919 | + importance: default |
| 920 | + timeout: 86400 |
| 921 | + visibility: public |
| 922 | + notification_icon: mdi:package-variant-closed |
| 923 | + enabled: true |
| 924 | + - service: notify.mobile_app_lucy_mob_app |
| 925 | + data: |
| 926 | + message: Front Door Doorbell |
| 927 | + data: |
| 928 | + image: /api/camera_proxy/camera.garage_13 |
| 929 | + color: green |
| 930 | + channel: ParcelBox1 |
| 931 | + vibrationPattern: 100,200,100,200,100,200,100,200 |
| 932 | + importance: default |
| 933 | + timeout: 86400 |
| 934 | + visibility: public |
| 935 | + notification_icon: mdi:package-variant-closed |
| 936 | + enabled: true |
| 937 | + - data: |
| 938 | + filename: /config/www/tmp/garage.jpg |
| 939 | + service: camera.snapshot |
| 940 | + enabled: false |
| 941 | + target: |
| 942 | + entity_id: |
| 943 | + - camera.garage_13 |
| 944 | + - service: notify.mobile_app_rich_mob_app |
| 945 | + data: |
| 946 | + message: Parcel Box Opened |
| 947 | + data: |
| 948 | + image: /local/tmp/garage.jpg |
| 949 | + color: green |
| 950 | + channel: ParcelBox1 |
| 951 | + vibrationPattern: 100,200,100,200,100,200,100,200 |
| 952 | + importance: default |
| 953 | + timeout: 86400 |
| 954 | + visibility: public |
| 955 | + notification_icon: mdi:package-variant-closed |
| 956 | + enabled: false |
933 | 957 | mode: single
|
934 | 958 | - id: '1592498327466'
|
935 | 959 | alias: House Doorbell Button Local Notify (OLD)
|
|
1071 | 1095 | - type: motion
|
1072 | 1096 | platform: device
|
1073 | 1097 | device_id: 99689212065c11ebbd2ecbef1587dfe1
|
1074 |
| - entity_id: binary_sensor.drive_high_16_vmd4_profile_2 |
| 1098 | + entity_id: binary_sensor.drive_high_16_vmd4_camera1profile2 |
1075 | 1099 | domain: binary_sensor
|
1076 | 1100 | condition:
|
1077 | 1101 | - condition: time
|
|
1084 | 1108 | domain: binary_sensor
|
1085 | 1109 | - condition: device
|
1086 | 1110 | type: is_off
|
1087 |
| - device_id: 68c0780a08a2a488fafcf891c0c971bf |
1088 |
| - entity_id: light.outside_1_up |
| 1111 | + device_id: 1a18e37d81f9eaee6c1870e944461b6b |
| 1112 | + entity_id: light.outside_1_down |
1089 | 1113 | domain: light
|
1090 | 1114 | action:
|
1091 | 1115 | - delay:
|
|
1889 | 1913 | description: ''
|
1890 | 1914 | trigger:
|
1891 | 1915 | - platform: state
|
1892 |
| - entity_id: switch.button_1 |
| 1916 | + entity_id: |
| 1917 | + - switch.button_1 |
| 1918 | + from: 'on' |
| 1919 | + to: 'off' |
| 1920 | + - platform: state |
| 1921 | + entity_id: |
| 1922 | + - switch.button_1 |
| 1923 | + from: 'off' |
| 1924 | + to: 'on' |
1893 | 1925 | condition: []
|
1894 | 1926 | action:
|
1895 | 1927 | - choose:
|
|
1901 | 1933 | - service: switch.turn_on
|
1902 | 1934 | target:
|
1903 | 1935 | entity_id: switch.back_garden_irrigation_valve
|
| 1936 | + data: {} |
1904 | 1937 | - conditions:
|
1905 | 1938 | - condition: state
|
1906 | 1939 | entity_id: switch.button_1
|
|
1909 | 1942 | - service: switch.turn_off
|
1910 | 1943 | target:
|
1911 | 1944 | entity_id: switch.back_garden_irrigation_valve
|
| 1945 | + data: {} |
1912 | 1946 | default: []
|
1913 | 1947 | mode: single
|
1914 | 1948 | - id: '1631609930867'
|
|
1928 | 1962 | description: ''
|
1929 | 1963 | trigger:
|
1930 | 1964 | - platform: state
|
1931 |
| - entity_id: person.lucy |
| 1965 | + entity_id: |
| 1966 | + - person.lucy |
1932 | 1967 | from: home
|
1933 | 1968 | to: not_home
|
1934 | 1969 | for:
|
1935 | 1970 | hours: 0
|
1936 |
| - minutes: 5 |
| 1971 | + minutes: 1 |
1937 | 1972 | seconds: 0
|
1938 | 1973 | condition:
|
1939 | 1974 | - condition: zone
|
|
2712 | 2747 | - media_player.living_room_display
|
2713 | 2748 | - media_player.kitchen_display
|
2714 | 2749 | enabled: false
|
2715 |
| - - service: media_player.play_media |
2716 |
| - target: |
2717 |
| - entity_id: media_player.dining_room_display |
2718 |
| - data: |
2719 |
| - media_content_id: media-source://camera/camera.drive_higher_21_onvif_profile_1_h264 |
2720 |
| - media_content_type: application/vnd.apple.mpegurl |
2721 |
| - metadata: |
2722 |
| - title: Drive Higher .21 ONVIF profile_1 h264 |
2723 |
| - thumbnail: /api/camera_proxy/camera.drive_higher_21_onvif_profile_1_h264 |
2724 |
| - media_class: video |
2725 |
| - children_media_class: |
2726 |
| - navigateIds: |
2727 |
| - - {} |
2728 |
| - - media_content_type: app |
2729 |
| - media_content_id: media-source://camera |
2730 |
| - - service: tts.google_translate_say |
2731 |
| - data: |
2732 |
| - message: Ding! Dong! Someone is at the door |
2733 |
| - entity_id: media_player.bathroom_speaker, media_player.garage, media_player.guest_bedroom |
2734 |
| - cache: true |
2735 | 2750 | - service: camera.play_stream
|
2736 | 2751 | data:
|
2737 | 2752 | format: hls
|
|
2755 | 2770 | entity_id:
|
2756 | 2771 | - camera.front_door_11
|
2757 | 2772 | enabled: false
|
| 2773 | + - service: tts.google_translate_say |
| 2774 | + data: |
| 2775 | + message: Ding! Dong! Someone is at the door |
| 2776 | + entity_id: media_player.bathroom_speaker, media_player.garage, media_player.guest_bedroom |
| 2777 | + cache: true |
| 2778 | + enabled: false |
| 2779 | + - service: notify.google_assistant_sdk |
| 2780 | + data: |
| 2781 | + message: Ding! Dong! Someone is at the door |
| 2782 | + target: |
| 2783 | + - bathroom_speaker |
| 2784 | + - garage |
| 2785 | + - guest_bedroom |
| 2786 | + - bedroom |
2758 | 2787 | - service: media_player.play_media
|
2759 | 2788 | target:
|
2760 |
| - entity_id: media_player.office_display |
| 2789 | + entity_id: media_player.living_room_display |
2761 | 2790 | data:
|
2762 | 2791 | media_content_id: media-source://camera/camera.front_door_11_onvif_video
|
2763 | 2792 | media_content_type: application/vnd.apple.mpegurl
|
|
2770 | 2799 | - {}
|
2771 | 2800 | - media_content_type: app
|
2772 | 2801 | media_content_id: media-source://camera
|
2773 |
| - enabled: true |
2774 | 2802 | - service: media_player.play_media
|
2775 | 2803 | target:
|
2776 |
| - entity_id: media_player.kitchen_display |
| 2804 | + entity_id: media_player.dining_room_display |
| 2805 | + data: |
| 2806 | + media_content_id: media-source://camera/camera.drive_higher_21_onvif_profile_1_h264 |
| 2807 | + media_content_type: application/vnd.apple.mpegurl |
| 2808 | + metadata: |
| 2809 | + title: Drive Higher .21 ONVIF profile_1 h264 |
| 2810 | + thumbnail: /api/camera_proxy/camera.drive_higher_21_onvif_profile_1_h264 |
| 2811 | + media_class: video |
| 2812 | + children_media_class: |
| 2813 | + navigateIds: |
| 2814 | + - {} |
| 2815 | + - media_content_type: app |
| 2816 | + media_content_id: media-source://camera |
| 2817 | + - service: media_player.play_media |
| 2818 | + target: |
| 2819 | + entity_id: media_player.office_display |
2777 | 2820 | data:
|
2778 | 2821 | media_content_id: media-source://camera/camera.front_door_11_onvif_video
|
2779 | 2822 | media_content_type: application/vnd.apple.mpegurl
|
|
2786 | 2829 | - {}
|
2787 | 2830 | - media_content_type: app
|
2788 | 2831 | media_content_id: media-source://camera
|
| 2832 | + enabled: true |
2789 | 2833 | - service: media_player.play_media
|
2790 | 2834 | target:
|
2791 |
| - entity_id: media_player.living_room_display |
| 2835 | + entity_id: media_player.kitchen_display |
2792 | 2836 | data:
|
2793 | 2837 | media_content_id: media-source://camera/camera.front_door_11_onvif_video
|
2794 | 2838 | media_content_type: application/vnd.apple.mpegurl
|
|
2806 | 2850 | minutes: 2
|
2807 | 2851 | seconds: 0
|
2808 | 2852 | milliseconds: 0
|
| 2853 | + enabled: false |
2809 | 2854 | - service: media_player.turn_off
|
2810 | 2855 | data: {}
|
2811 | 2856 | target:
|
|
2814 | 2859 | - media_player.living_room_display
|
2815 | 2860 | - media_player.kitchen_display
|
2816 | 2861 | - media_player.dining_room_display
|
| 2862 | + enabled: false |
2817 | 2863 | mode: single
|
2818 | 2864 | - id: '1658535783719'
|
2819 | 2865 | alias: 'Downstairs Lights Motion '
|
|
2988 | 3034 | domain: binary_sensor
|
2989 | 3035 | - platform: event
|
2990 | 3036 | event_type: kitchen_occupied
|
| 3037 | + - type: motion |
| 3038 | + platform: device |
| 3039 | + device_id: 04d4977d22e3ffbd2049e4ffd0d0d54d |
| 3040 | + entity_id: 28a3386f16c485cc33b63825d1ee3184 |
| 3041 | + domain: binary_sensor |
2991 | 3042 | condition: []
|
2992 | 3043 | action:
|
2993 | 3044 | - choose:
|
|
3464 | 3515 | entity_id: button.4335_calibrate
|
3465 | 3516 | type: press
|
3466 | 3517 | mode: single
|
| 3518 | +- id: '1689364304362' |
| 3519 | + alias: Irrigation Notify When Controllers Goes Offline |
| 3520 | + description: '' |
| 3521 | + trigger: |
| 3522 | + - platform: state |
| 3523 | + entity_id: |
| 3524 | + - binary_sensor.ic_back_status |
| 3525 | + to: |
| 3526 | + from: 'on' |
| 3527 | + for: |
| 3528 | + hours: 0 |
| 3529 | + minutes: 10 |
| 3530 | + seconds: 0 |
| 3531 | + - platform: state |
| 3532 | + entity_id: |
| 3533 | + - binary_sensor.ic_front_status |
| 3534 | + to: |
| 3535 | + from: 'on' |
| 3536 | + for: |
| 3537 | + hours: 0 |
| 3538 | + minutes: 10 |
| 3539 | + seconds: 0 |
| 3540 | + condition: [] |
| 3541 | + action: |
| 3542 | + - service: notify.mobile_app_rich_mob_app |
| 3543 | + data: |
| 3544 | + message: Irrigation Controller Offline |
| 3545 | + data: |
| 3546 | + channel: Irrigation |
| 3547 | + importance: default |
| 3548 | + visibility: public |
| 3549 | + notification_icon: mdi:water-alert-outline |
| 3550 | + enabled: true |
| 3551 | + mode: queued |
0 commit comments