|
|
|
@ -4,10 +4,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
- alias: 'Dark House Little extra light'
|
|
|
|
- alias: 'Dark House Little extra light'
|
|
|
|
trigger:
|
|
|
|
trigger:
|
|
|
|
- platform: numeric_state
|
|
|
|
- platform: state
|
|
|
|
entity_id: sun.sun
|
|
|
|
entity_id: sun.sun
|
|
|
|
value_template: '{{ state.attributes.elevation }}'
|
|
|
|
to: below_horizon
|
|
|
|
below: 20.0
|
|
|
|
|
|
|
|
- platform: numeric_state
|
|
|
|
- platform: numeric_state
|
|
|
|
entity_id: sensor.dark_sky_cloud_coverage
|
|
|
|
entity_id: sensor.dark_sky_cloud_coverage
|
|
|
|
above: 90
|
|
|
|
above: 90
|
|
|
|
@ -24,15 +23,9 @@
|
|
|
|
conditions:
|
|
|
|
conditions:
|
|
|
|
- condition: or
|
|
|
|
- condition: or
|
|
|
|
conditions:
|
|
|
|
conditions:
|
|
|
|
- condition: and
|
|
|
|
- condition: numeric_state
|
|
|
|
conditions:
|
|
|
|
entity_id: sensor.dark_sky_cloud_coverage
|
|
|
|
- condition: numeric_state
|
|
|
|
above: 90
|
|
|
|
entity_id: sun.sun
|
|
|
|
|
|
|
|
value_template: '{{ state.attributes.elevation }}'
|
|
|
|
|
|
|
|
below: 20.0
|
|
|
|
|
|
|
|
- condition: numeric_state
|
|
|
|
|
|
|
|
entity_id: sensor.dark_sky_cloud_coverage
|
|
|
|
|
|
|
|
above: 90
|
|
|
|
|
|
|
|
- condition: numeric_state
|
|
|
|
- condition: numeric_state
|
|
|
|
entity_id: sensor.dark_sky_precip_intensity
|
|
|
|
entity_id: sensor.dark_sky_precip_intensity
|
|
|
|
above: 1
|
|
|
|
above: 1
|
|
|
|
|