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

@ -3,9 +3,9 @@ inside_all_on: !include scripts/inside_all_on.yaml
outside_all_on: !include scripts/outside_all_on.yaml
inside_all_off: !include scripts/inside_all_off.yaml
outside_all_off: !include scripts/outside_all_off.yaml
jeff_is_driving: !include scripts/jeff_is_driving.yaml
jeff_is_moving: !include scripts/jeff_is_moving.yaml
jeff_is_stationary: !include scripts/jeff_is_stationary.yaml
jeff_unknown: !include scripts/jeff_unknown.yaml
kat_is_driving: !include scripts/kat_is_driving.yaml
kat_is_moving: !include scripts/kat_is_moving.yaml
kat_is_stationary: !include scripts/kat_is_stationary.yaml
kat_unknown: !include scripts/kat_unknown.yaml

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