mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-07-01 05:02:03 +00:00
Tweaking scripts
This commit is contained in:
parent
ee890297fc
commit
f15f9c60bd
@ -3,9 +3,9 @@ inside_all_on: !include scripts/inside_all_on.yaml
|
|||||||
outside_all_on: !include scripts/outside_all_on.yaml
|
outside_all_on: !include scripts/outside_all_on.yaml
|
||||||
inside_all_off: !include scripts/inside_all_off.yaml
|
inside_all_off: !include scripts/inside_all_off.yaml
|
||||||
outside_all_off: !include scripts/outside_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_is_stationary: !include scripts/jeff_is_stationary.yaml
|
||||||
jeff_unknown: !include scripts/jeff_unknown.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_is_stationary: !include scripts/kat_is_stationary.yaml
|
||||||
kat_unknown: !include scripts/kat_unknown.yaml
|
kat_unknown: !include scripts/kat_unknown.yaml
|
||||||
|
@ -2,8 +2,8 @@ sequence:
|
|||||||
- event: LOGBOOK_ENTRY
|
- event: LOGBOOK_ENTRY
|
||||||
event_data:
|
event_data:
|
||||||
name: EVENT
|
name: EVENT
|
||||||
message: "Jeff is Driving"
|
message: "Jeff is Moving"
|
||||||
- service: input_select.select_option
|
- service: input_select.select_option
|
||||||
data:
|
data:
|
||||||
entity_id: input_select.jeff_status
|
entity_id: input_select.jeff_status
|
||||||
option: driving
|
option: moving
|
@ -2,8 +2,8 @@ sequence:
|
|||||||
- event: LOGBOOK_ENTRY
|
- event: LOGBOOK_ENTRY
|
||||||
event_data:
|
event_data:
|
||||||
name: EVENT
|
name: EVENT
|
||||||
message: "Kat is Driving"
|
message: "Kat is Moving"
|
||||||
- service: input_select.select_option
|
- service: input_select.select_option
|
||||||
data:
|
data:
|
||||||
entity_id: input_select.kat_status
|
entity_id: input_select.kat_status
|
||||||
option: driving
|
option: moving
|
Loading…
x
Reference in New Issue
Block a user