Skip to content

Commit

Permalink
Lots of clouds? Turn on the lights a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
CCOSTAN committed Feb 20, 2017
1 parent 72279f6 commit f264e1c
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions automation/dark_rainy_day.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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."

0 comments on commit f264e1c

Please sign in to comment.