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