From 27e98c2ee96d8e630b59a82b5d34a1f0f201151b Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Thu, 2 Apr 2020 19:21:00 -0400 Subject: [PATCH] Removing Darksky... --- config/scripts/lights.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/scripts/lights.yaml b/config/scripts/lights.yaml index 96b946d..da1ef16 100755 --- a/config/scripts/lights.yaml +++ b/config/scripts/lights.yaml @@ -37,9 +37,6 @@ livingroom_lamps_on: - condition: state entity_id: sun.sun state: 'below_horizon' - - condition: numeric_state - entity_id: sensor.dark_sky_cloud_coverage - above: 70 - service: scene.turn_on entity_id: scene.normal_livingroom_lighting @@ -51,9 +48,6 @@ livingroom_lamps_off: - condition: state entity_id: sun.sun state: 'above_horizon' - - condition: numeric_state - entity_id: sensor.dark_sky_cloud_coverage - below: 70 - service: group.turn_off entity_id: group.livingroom_lamps