mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Fix state trigger attribute example (#14461)
This commit is contained in:
parent
2b236e609e
commit
3c67c58e48
@ -217,7 +217,8 @@ automation:
|
|||||||
platform: state
|
platform: state
|
||||||
entity_id: climate.living_room
|
entity_id: climate.living_room
|
||||||
attribute: hvac_action
|
attribute: hvac_action
|
||||||
state: "heating"
|
to: "heating"
|
||||||
|
for: "00:10:00"
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also use templates in the `for` option.
|
You can also use templates in the `for` option.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user