mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Update schedule.markdown (syntax) (#35514)
This commit is contained in:
parent
f6bb0af54c
commit
59f2e68a74
@ -171,10 +171,10 @@ triggers:
|
|||||||
- schedule.light_schedule
|
- schedule.light_schedule
|
||||||
to: "on"
|
to: "on"
|
||||||
actions:
|
actions:
|
||||||
- service: light.turn_on
|
- action: light.turn_on
|
||||||
target:
|
target:
|
||||||
entity_id: climate.thermostat
|
entity_id: light.kitchen
|
||||||
data_template:
|
data:
|
||||||
brightness_pct: "{{ state_attr('schedule.light_schedule', 'brightness') }}"
|
brightness_pct: "{{ state_attr('schedule.light_schedule', 'brightness') }}"
|
||||||
kelvin: "{{ state_attr('schedule.light_schedule, 'temperature') }}"
|
kelvin: "{{ state_attr('schedule.light_schedule, 'temperature') }}"
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user