mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 11:56:50 +00:00
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
@ -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…
x
Reference in New Issue
Block a user