Fixing upstairs fan shutoff condition

This commit is contained in:
Jeffrey Stone 2019-10-13 16:00:10 -04:00
parent bebb77d450
commit d38242770b
1 changed files with 4 additions and 1 deletions

View File

@ -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