Fix state trigger attribute example (#14461)

This commit is contained in:
Franck Nijhof 2020-09-10 20:39:29 +02:00 committed by GitHub
parent 2b236e609e
commit 3c67c58e48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,7 +217,8 @@ automation:
platform: state
entity_id: climate.living_room
attribute: hvac_action
state: "heating"
to: "heating"
for: "00:10:00"
```
You can also use templates in the `for` option.