mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-15 10:44:41 +00:00
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:
@@ -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"
|
||||
|
@@ -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"
|
||||
|
9
scripts/jeff_is_driving.yaml
Normal file
9
scripts/jeff_is_driving.yaml
Normal 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
|
9
scripts/jeff_is_stationary.yaml
Normal file
9
scripts/jeff_is_stationary.yaml
Normal 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
|
9
scripts/jeff_unknown.yaml
Normal file
9
scripts/jeff_unknown.yaml
Normal 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
|
9
scripts/kat_is_driving.yaml
Normal file
9
scripts/kat_is_driving.yaml
Normal 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
|
9
scripts/kat_is_stationary.yaml
Normal file
9
scripts/kat_is_stationary.yaml
Normal 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
9
scripts/kat_unknown.yaml
Normal 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
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user