Changing some of the images being sent to phones.
This commit is contained in:
parent
ef8931e732
commit
e0133d1799
|
@ -27,7 +27,6 @@
|
||||||
entity_id: lock.front_door
|
entity_id: lock.front_door
|
||||||
|
|
||||||
- service: script.interior_off
|
- service: script.interior_off
|
||||||
|
|
||||||
- service: switch.turn_off
|
- service: switch.turn_off
|
||||||
entity_id: switch.back_landscaping
|
entity_id: switch.back_landscaping
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,11 @@ Interior Switches:
|
||||||
- switch.living_room_tv_outlet
|
- switch.living_room_tv_outlet
|
||||||
- switch.office_lamp_switch_socket
|
- switch.office_lamp_switch_socket
|
||||||
- switch.front_office_lamp
|
- switch.front_office_lamp
|
||||||
|
- switch.smart_power_strip_socket_1
|
||||||
|
- switch.smart_power_strip_socket_2
|
||||||
|
- switch.smart_power_strip_socket_3
|
||||||
|
- switch.smart_power_strip_socket_4
|
||||||
|
- switch.smart_power_strip_usb_1
|
||||||
|
|
||||||
Kitchen Accents:
|
Kitchen Accents:
|
||||||
entities:
|
entities:
|
||||||
|
|
|
@ -332,7 +332,7 @@ automation:
|
||||||
value1: "Small: {{ states('cover.small_garage_door')}}"
|
value1: "Small: {{ states('cover.small_garage_door')}}"
|
||||||
value2: "Large: {{ states('cover.large_garage_door')}}"
|
value2: "Large: {{ states('cover.large_garage_door')}}"
|
||||||
who: "family"
|
who: "family"
|
||||||
camera_entity: "camera.birdseye"
|
camera_entity: "camera.garagecam"
|
||||||
group: 'information'
|
group: 'information'
|
||||||
|
|
||||||
- service: script.speech_engine
|
- service: script.speech_engine
|
||||||
|
|
|
@ -21,8 +21,8 @@ automation:
|
||||||
|
|
||||||
condition:
|
condition:
|
||||||
- condition: time
|
- condition: time
|
||||||
|
before: '03:00'
|
||||||
after: '05:00'
|
after: '05:00'
|
||||||
before: '04:00'
|
|
||||||
|
|
||||||
action:
|
action:
|
||||||
- service: script.notify_engine_two_button
|
- service: script.notify_engine_two_button
|
||||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in New Issue