Tweaking scripts

This commit is contained in:
Jeffrey Stone
2017-04-09 11:39:38 -04:00
parent ee890297fc
commit f15f9c60bd
3 changed files with 6 additions and 6 deletions

View File

@@ -2,8 +2,8 @@ sequence:
- event: LOGBOOK_ENTRY
event_data:
name: EVENT
message: "Jeff is Driving"
message: "Jeff is Moving"
- service: input_select.select_option
data:
entity_id: input_select.jeff_status
option: driving
option: moving

View File

@@ -2,8 +2,8 @@ sequence:
- event: LOGBOOK_ENTRY
event_data:
name: EVENT
message: "Kat is Driving"
message: "Kat is Moving"
- service: input_select.select_option
data:
entity_id: input_select.kat_status
option: driving
option: moving