mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 04:04:06 +00:00
Closes #757 - Made some changes to be more aggressive on the lighting when it's raining.
This commit is contained in:
@@ -59,6 +59,12 @@ automation:
|
||||
- condition: state
|
||||
entity_id: input_boolean.daylight_override
|
||||
state: 'on'
|
||||
- condition: numeric_state
|
||||
entity_id: sensor.dark_sky_cloud_coverage
|
||||
above: 90
|
||||
- condition: numeric_state
|
||||
entity_id: sensor.dark_sky_precip_intensity
|
||||
above: 1
|
||||
|
||||
action:
|
||||
- service: light.turn_on
|
||||
|
Reference in New Issue
Block a user