mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 02:54:41 +00:00
Lots of clouds? Turn on the lights a bit.
This commit is contained in:
@@ -42,27 +42,3 @@
|
|||||||
outside. I will turn on some extra lights in the living room."
|
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."
|
|
||||||
|
Reference in New Issue
Block a user