Tweaked "basement off" script
This commit is contained in:
@ -602,7 +602,6 @@ basement_shutdown:
|
|||||||
entity_id: media_player.basement_tv
|
entity_id: media_player.basement_tv
|
||||||
state:
|
state:
|
||||||
- playing
|
- playing
|
||||||
- paused
|
|
||||||
then:
|
then:
|
||||||
- service: media_player.turn_off
|
- service: media_player.turn_off
|
||||||
data: {}
|
data: {}
|
||||||
@ -642,6 +641,10 @@ basement_shutdown:
|
|||||||
seconds: 0
|
seconds: 0
|
||||||
milliseconds: 0
|
milliseconds: 0
|
||||||
alias: Wait for the door to open
|
alias: Wait for the door to open
|
||||||
|
- service: fan.turn_off
|
||||||
|
data: {}
|
||||||
|
target:
|
||||||
|
entity_id: fan.basement_fan
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
data: {}
|
data: {}
|
||||||
target:
|
target:
|
||||||
|
Reference in New Issue
Block a user