From d0272e69e083d6aaa1827bde77219c2839f86791 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Fri, 13 Oct 2023 12:47:57 -0400 Subject: [PATCH] Fix adaptive lighting resync in master bedroom #129 --- automations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automations.yaml b/automations.yaml index a4415d1..a3fdf2c 100644 --- a/automations.yaml +++ b/automations.yaml @@ -2960,7 +2960,7 @@ action: - service: adaptive_lighting.apply data: - entity_id: switch.adaptive_lighting_living_room + entity_id: switch.adaptive_lighting_master_bedroom adapt_brightness: '{{ is_state(''switch.adaptive_lighting_adapt_brightness_master_bedroom'',''on'') }}' mode: restart