mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Update schedule.markdown (syntax) (#35514)
This commit is contained in:
parent
f6bb0af54c
commit
59f2e68a74
@ -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') }}"
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user