Update schedule.markdown (syntax) (#35514)

This commit is contained in:
teskanoo 2024-11-04 05:49:33 -08:00 committed by GitHub
parent f6bb0af54c
commit 59f2e68a74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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') }}"
```