Merge pull request #9532 from peckham/current

Fix new log entry example
This commit is contained in:
Klaas Schoute 2019-05-29 23:20:16 +02:00 committed by GitHub
commit cd154ae4c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,8 +141,9 @@ automation:
to: 'on'
action:
service: system_log.write
message: 'Door opened!'
level: info
data_template:
message: 'Door opened!'
level: info
```
{% endraw %}