From a3d635287f28ea2f6813a3650ef80e79663d42b0 Mon Sep 17 00:00:00 2001 From: Allan Eising Date: Mon, 6 Jan 2025 13:07:42 +0100 Subject: [PATCH] Fix typo --- hue-dimmer-switch.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hue-dimmer-switch.yaml b/hue-dimmer-switch.yaml index a54a36a..c54d90f 100644 --- a/hue-dimmer-switch.yaml +++ b/hue-dimmer-switch.yaml @@ -74,7 +74,7 @@ actions: metadata: {} data: {} target: - entity_id: !input remote_light + entity_id: !input light_target - conditions: - condition: trigger id: @@ -88,7 +88,7 @@ actions: brightness_step_pct: 3 transition: 1 target: - entity_id: !input remote_light + entity_id: !input light_target until: - condition: trigger id: @@ -106,7 +106,7 @@ actions: transition: 1 brightness_step_pct: -3 target: - entity_id: !input remote_light + entity_id: !input light_target until: - condition: trigger id: @@ -119,6 +119,6 @@ actions: - action: script.cycle_between_light_profiles metadata: {} data: - light: !input remote_light + light: !input light_target helper: !input number_helper mode: restart