mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Missing entity_id in automation recipe (#23112)
This commit is contained in:
parent
92cada19eb
commit
1e3451e560
@ -99,8 +99,10 @@ automation:
|
|||||||
- "{{ trigger.event == 'start' }}"
|
- "{{ trigger.event == 'start' }}"
|
||||||
then:
|
then:
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
|
entity_id: light.front
|
||||||
else:
|
else:
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
|
entity_id: light.front
|
||||||
mode: queued
|
mode: queued
|
||||||
```
|
```
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user