From f264e1cea22f13af722bea07c2ac7a6576f4bb0a Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Mon, 20 Feb 2017 19:46:40 +0000 Subject: [PATCH] Lots of clouds? Turn on the lights a bit. --- automation/dark_rainy_day.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/automation/dark_rainy_day.yaml b/automation/dark_rainy_day.yaml index 71aed8c52..5d5457476 100755 --- a/automation/dark_rainy_day.yaml +++ b/automation/dark_rainy_day.yaml @@ -42,27 +42,3 @@ outside. I will turn on some extra lights in the living room." ###################################################################### - -###################################################################### -## Dark House Little extra light - RAIN is over. -###################################################################### - -- alias: 'Rain is over' - trigger: - - platform: numeric_state - entity_id: sensor.dark_sky_precip_intensity - below: 1 - - condition: - - condition: state - entity_id: sun.sun - state: 'above_horizon' - - action: - - service: light.turn_off - entity_id: - - light.couch_1 - - light.sink - - service: script.Voice_notify - data_template: - value1: "The sun is back out. Let's turn down these lights now."