mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 17:13:24 +00:00
10 lines
201 B
YAML
10 lines
201 B
YAML
|
sequence:
|
||
|
- event: LOGBOOK_ENTRY
|
||
|
event_data:
|
||
|
name: EVENT
|
||
|
message: "Kat is Driving"
|
||
|
- service: input_select.select_option
|
||
|
data:
|
||
|
entity_id: input_select.kat_status
|
||
|
option: stationary
|