Removing Darksky...
This commit is contained in:
parent
01040f760a
commit
27e98c2ee9
|
@ -37,9 +37,6 @@ livingroom_lamps_on:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: sun.sun
|
entity_id: sun.sun
|
||||||
state: 'below_horizon'
|
state: 'below_horizon'
|
||||||
- condition: numeric_state
|
|
||||||
entity_id: sensor.dark_sky_cloud_coverage
|
|
||||||
above: 70
|
|
||||||
- service: scene.turn_on
|
- service: scene.turn_on
|
||||||
entity_id: scene.normal_livingroom_lighting
|
entity_id: scene.normal_livingroom_lighting
|
||||||
|
|
||||||
|
@ -51,9 +48,6 @@ livingroom_lamps_off:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: sun.sun
|
entity_id: sun.sun
|
||||||
state: 'above_horizon'
|
state: 'above_horizon'
|
||||||
- condition: numeric_state
|
|
||||||
entity_id: sensor.dark_sky_cloud_coverage
|
|
||||||
below: 70
|
|
||||||
- service: group.turn_off
|
- service: group.turn_off
|
||||||
entity_id: group.livingroom_lamps
|
entity_id: group.livingroom_lamps
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue