Removing uneeded automations

This commit is contained in:
Jeffrey Stone
2017-04-19 09:25:20 -04:00
parent fa69e3f3fc
commit a998ab9035
14 changed files with 32 additions and 71 deletions

View File

@@ -1,9 +0,0 @@
sequence:
- event: LOGBOOK_ENTRY
event_data:
name: EVENT
message: "Kat is Moving"
- service: input_select.select_option
data:
entity_id: input_select.kat_status
option: moving

View File

@@ -1,9 +0,0 @@
sequence:
- event: LOGBOOK_ENTRY
event_data:
name: EVENT
message: "Kat is Stationary"
- service: input_select.select_option
data:
entity_id: input_select.kat_status
option: stationary

View File

@@ -1,9 +0,0 @@
sequence:
- event: LOGBOOK_ENTRY
event_data:
name: EVENT
message: "Kat Status Unknown"
- service: input_select.select_option
data:
entity_id: input_select.kat_status
option: unknown