|
|
|
@ -10,9 +10,9 @@
|
|
|
|
- platform: numeric_state
|
|
|
|
- platform: numeric_state
|
|
|
|
entity_id: sensor.dark_sky_cloud_coverage
|
|
|
|
entity_id: sensor.dark_sky_cloud_coverage
|
|
|
|
above: 90
|
|
|
|
above: 90
|
|
|
|
- platform: numeric_state
|
|
|
|
- platform: state
|
|
|
|
entity_id: sensor.dark_sky_precip_intensity
|
|
|
|
entity_id: sensor.dark_sky_precip
|
|
|
|
above: 1
|
|
|
|
to: 'rain'
|
|
|
|
- platform: state
|
|
|
|
- platform: state
|
|
|
|
entity_id: group.family
|
|
|
|
entity_id: group.family
|
|
|
|
to: 'home'
|
|
|
|
to: 'home'
|
|
|
|
@ -30,9 +30,9 @@
|
|
|
|
- condition: numeric_state
|
|
|
|
- condition: numeric_state
|
|
|
|
entity_id: sensor.dark_sky_cloud_coverage
|
|
|
|
entity_id: sensor.dark_sky_cloud_coverage
|
|
|
|
above: 90
|
|
|
|
above: 90
|
|
|
|
- condition: numeric_state
|
|
|
|
- condition: state
|
|
|
|
entity_id: sensor.dark_sky_precip_intensity
|
|
|
|
entity_id: sensor.dark_sky_precip
|
|
|
|
above: 1
|
|
|
|
state: 'rain'
|
|
|
|
- condition: state
|
|
|
|
- condition: state
|
|
|
|
entity_id: binary_sensor.sleepnumber_carlo_carlo_is_in_bed
|
|
|
|
entity_id: binary_sensor.sleepnumber_carlo_carlo_is_in_bed
|
|
|
|
state: 'off'
|
|
|
|
state: 'off'
|
|
|
|
|