From 8ade3e2c8adeef497942aa5f2d5bca9c192b28a3 Mon Sep 17 00:00:00 2001 From: Tom Velich Date: Sun, 5 Nov 2023 23:04:03 -0500 Subject: [PATCH] update outdoor light defaults --- automation/state/door.yaml | 2 +- script/fade_to_dim_front_yard.yaml | 2 +- script/reset_lights_default.yaml | 19 +------------------ 3 files changed, 3 insertions(+), 20 deletions(-) diff --git a/automation/state/door.yaml b/automation/state/door.yaml index 453cd82..2e83634 100644 --- a/automation/state/door.yaml +++ b/automation/state/door.yaml @@ -98,7 +98,7 @@ - service: light.turn_on data: entity_id: light.front_yard - brightness_pct: 100 + brightness_pct: 75 - service: timer.start data: entity_id: timer.brighten_front_yard diff --git a/script/fade_to_dim_front_yard.yaml b/script/fade_to_dim_front_yard.yaml index c8e81d6..9a629e0 100644 --- a/script/fade_to_dim_front_yard.yaml +++ b/script/fade_to_dim_front_yard.yaml @@ -3,5 +3,5 @@ fade_to_dim_front_yard: - service: light.turn_on data: entity_id: light.front_yard - brightness_pct: 20 + brightness_pct: 25 transition: 60 diff --git a/script/reset_lights_default.yaml b/script/reset_lights_default.yaml index c1c240d..0ff46f2 100644 --- a/script/reset_lights_default.yaml +++ b/script/reset_lights_default.yaml @@ -1,25 +1,8 @@ reset_lights_default: sequence: - service: light.turn_on - continue_on_error: true data: entity_id: - light.hue_outside - light.hue_inside - color_temp_kelvin: 4000 - - service: light.turn_on - continue_on_error: true - data: - entity_id: - - light.hue_outdoor_spot_1 - - light.hue_outdoor_spot_5 - - light.hue_bloom_1 - color_name: turquoise - - service: light.turn_on - data: - entity_id: - - light.hue_outdoor_spot_2 - - light.hue_outdoor_spot_3 - - light.hue_outdoor_spot_4 - - light.hue_lightstrip_plus_1 - color_name: blue + color_temp_kelvin: 2600