Fixing upstairs fan shutoff condition
This commit is contained in:
parent
bebb77d450
commit
d38242770b
|
@ -493,6 +493,7 @@
|
||||||
- data:
|
- data:
|
||||||
entity_id: switch.upstairs_fan
|
entity_id: switch.upstairs_fan
|
||||||
service: switch.turn_on
|
service: switch.turn_on
|
||||||
|
|
||||||
- id: '1558630577206'
|
- id: '1558630577206'
|
||||||
alias: Garage Is Open at 9pm
|
alias: Garage Is Open at 9pm
|
||||||
initial_state: true
|
initial_state: true
|
||||||
|
@ -550,7 +551,7 @@
|
||||||
state: 'on'
|
state: 'on'
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: media_player.tsr_6750_a3ed2f
|
entity_id: media_player.tsr_6750_a3ed2f
|
||||||
state: 'on'
|
state: 'off'
|
||||||
action:
|
action:
|
||||||
- data:
|
- data:
|
||||||
entity_id: switch.upstairs_fan
|
entity_id: switch.upstairs_fan
|
||||||
|
@ -606,6 +607,8 @@
|
||||||
- service: script.kill_this_ride
|
- service: script.kill_this_ride
|
||||||
initial_state: true
|
initial_state: true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
##########################
|
##########################
|
||||||
# My Attempt at preventing twitter from being spammed with new HA tweets on reboot
|
# My Attempt at preventing twitter from being spammed with new HA tweets on reboot
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue