Update
This commit is contained in:
parent
887e9fe267
commit
f300810b6c
|
@ -148,7 +148,7 @@
|
|||
action:
|
||||
- service: homeassistant.turn_off
|
||||
target:
|
||||
entity_id: group.basement
|
||||
entity_id: group.basement_lights
|
||||
mode: single
|
||||
- id: '1628966608945'
|
||||
alias: Reactivate Basemnt footpath lights if door is propped
|
||||
|
@ -166,7 +166,7 @@
|
|||
action:
|
||||
- service: homeassistant.turn_on
|
||||
target:
|
||||
entity_id: group.basement
|
||||
entity_id: group.basement_lights
|
||||
mode: single
|
||||
- id: '1629133005916'
|
||||
alias: Turn off lab projector when lab chromecast is off
|
||||
|
@ -177,6 +177,11 @@
|
|||
domain: media_player
|
||||
entity_id: media_player.joe_s_lab
|
||||
type: turned_off
|
||||
for:
|
||||
hours: 0
|
||||
minutes: 0
|
||||
seconds: 10
|
||||
milliseconds: 0
|
||||
condition: []
|
||||
action:
|
||||
- service: media_player.turn_off
|
||||
|
|
Loading…
Reference in New Issue