Turn off the TV when we go to bed or go away. #1369 - Added to the Interior_off script mainly.
This commit is contained in:
parent
bb622d6db5
commit
ef8931e732
|
@ -27,6 +27,7 @@
|
|||
entity_id: lock.front_door
|
||||
|
||||
- service: script.interior_off
|
||||
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.back_landscaping
|
||||
|
||||
|
|
|
@ -47,12 +47,10 @@
|
|||
- service: input_boolean.turn_off
|
||||
entity_id: input_boolean.good_night
|
||||
- service: homeassistant.turn_off
|
||||
entity_id: group.outdoor_seasonal
|
||||
- service: homeassistant.turn_off
|
||||
entity_id: switch.kitchen_accent_2
|
||||
- service: homeassistant.turn_off
|
||||
entity_id: group.master_bathroom_accents
|
||||
|
||||
entity_id:
|
||||
- group.outdoor_seasonal
|
||||
- switch.kitchen_accent_2
|
||||
- group.master_bathroom_accents
|
||||
- service: script.interior_off
|
||||
|
||||
- alias: 'Bed Presence AMP Trigger'
|
||||
|
|
|
@ -12,6 +12,7 @@ interior_off:
|
|||
- group.interior_lights
|
||||
- group.interior_switches
|
||||
- switch.lr_amp
|
||||
- media_player.samsung_q70_series_65
|
||||
- service: script.paige_lights_off # C by GE Lights (https://amzn.to/30w3UWy)
|
||||
- service: script.garage_lights_off # C by GE Lights (https://amzn.to/30w3UWy)
|
||||
# - service: script.noon_lights_off # Noon Home Smart Lights (https://amzn.to/3fOIPx6)
|
||||
|
|
Loading…
Reference in New Issue