mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Merge pull request #9532 from peckham/current
Fix new log entry example
This commit is contained in:
commit
cd154ae4c2
@ -141,8 +141,9 @@ automation:
|
|||||||
to: 'on'
|
to: 'on'
|
||||||
action:
|
action:
|
||||||
service: system_log.write
|
service: system_log.write
|
||||||
message: 'Door opened!'
|
data_template:
|
||||||
level: info
|
message: 'Door opened!'
|
||||||
|
level: info
|
||||||
```
|
```
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user