Update example script usage for logbook (#1926)
* Update example script usage for logbook Changed from event to service * Remove extra whitespace
This commit is contained in:
parent
258348b77c
commit
c7a5df6ecb
1 changed files with 2 additions and 2 deletions
|
@ -88,8 +88,8 @@ script:
|
||||||
add_logbook_entry:
|
add_logbook_entry:
|
||||||
alias: Add Logbook
|
alias: Add Logbook
|
||||||
sequence:
|
sequence:
|
||||||
- event: LOGBOOK_ENTRY
|
- service: logbook.log
|
||||||
event_data:
|
data_template:
|
||||||
name: Kitchen
|
name: Kitchen
|
||||||
message: is being used
|
message: is being used
|
||||||
# Optional
|
# Optional
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue