Big Update

Added new scripts for status
Added new automations for pressance and status
Removed problematic value template from cover
Added moon status
Added customizations for travel times
Rearranged groups
Lots of other small changes
This commit is contained in:
Jeffrey Stone
2017-04-09 11:22:38 -04:00
parent ddde1654a0
commit 412893f966
26 changed files with 108 additions and 79 deletions

View File

@@ -6,6 +6,3 @@ sequence:
- service: switch.turn_off
data:
entity_id: switch.tower_lamp
- service: notify.notify
data:
title: "HA: Inside lights are off"

View File

@@ -9,6 +9,3 @@ sequence:
- service: scene.turn_on
data:
entity_id: scene.livingroom_normal
- service: notify.notify
data:
title: "HA: Inside lights are on"

View File

@@ -0,0 +1,9 @@
sequence:
- event: LOGBOOK_ENTRY
event_data:
name: EVENT
message: "Jeff is Driving"
- service: input_select.select_option
data:
entity_id: input_select.jeff_status
option: driving

View File

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

View File

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

View File

@@ -0,0 +1,9 @@
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: driving

View File

@@ -0,0 +1,9 @@
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

9
scripts/kat_unknown.yaml Normal file
View File

@@ -0,0 +1,9 @@
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

View File

@@ -15,6 +15,3 @@ sequence:
- service: switch.turn_off
data:
entity_id: switch.front_porch_right
- service: notify.notify
data:
title: "HA: Outside lights are off"

View File

@@ -15,6 +15,3 @@ sequence:
- service: switch.turn_on
data:
entity_id: switch.front_porch_right
- service: notify.notify
data:
title: "HA: Outside lights are on"