From 59f2e68a7403e7153a768a94d79bf9bc5a3d2188 Mon Sep 17 00:00:00 2001 From: teskanoo <65863752+teskanoo@users.noreply.github.com> Date: Mon, 4 Nov 2024 05:49:33 -0800 Subject: [PATCH] Update schedule.markdown (syntax) (#35514) --- source/_integrations/schedule.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/schedule.markdown b/source/_integrations/schedule.markdown index 6f07dfe1c22..28751234c08 100644 --- a/source/_integrations/schedule.markdown +++ b/source/_integrations/schedule.markdown @@ -171,10 +171,10 @@ triggers: - schedule.light_schedule to: "on" actions: - - service: light.turn_on + - action: light.turn_on target: - entity_id: climate.thermostat - data_template: + entity_id: light.kitchen + data: brightness_pct: "{{ state_attr('schedule.light_schedule', 'brightness') }}" kelvin: "{{ state_attr('schedule.light_schedule, 'temperature') }}" ```