From d38242770bf8540e2447c657d5edce2f0442b7fb Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Sun, 13 Oct 2019 16:00:10 -0400 Subject: [PATCH] Fixing upstairs fan shutoff condition --- automations.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/automations.yaml b/automations.yaml index e7cb068..1c322bf 100755 --- a/automations.yaml +++ b/automations.yaml @@ -493,6 +493,7 @@ - data: entity_id: switch.upstairs_fan service: switch.turn_on + - id: '1558630577206' alias: Garage Is Open at 9pm initial_state: true @@ -550,7 +551,7 @@ state: 'on' - condition: state entity_id: media_player.tsr_6750_a3ed2f - state: 'on' + state: 'off' action: - data: entity_id: switch.upstairs_fan @@ -606,6 +607,8 @@ - service: script.kill_this_ride initial_state: true + + ########################## # My Attempt at preventing twitter from being spammed with new HA tweets on reboot