mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
A whole bunch of cleanup
This commit is contained in:
@@ -17,6 +17,7 @@ trigger:
|
||||
entity_id:
|
||||
- binary_sensor.gray_suv_east_side
|
||||
- binary_sensor.gray_suv_west_side
|
||||
- group.traverse
|
||||
from: 'off'
|
||||
to: 'on'
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ action:
|
||||
target:
|
||||
entity_id: input_datetime.clint_next_alarm
|
||||
data:
|
||||
time: "09:00:00"
|
||||
time: "06:00:00"
|
||||
|
||||
- conditions:
|
||||
- condition: state
|
||||
|
||||
@@ -12,6 +12,9 @@ trigger:
|
||||
- platform: state
|
||||
entity_id: binary_sensor.outer_garage_door
|
||||
to: 'on'
|
||||
- platform: state
|
||||
entity_id: binary_sensor.outer_garage_door_contact
|
||||
to: 'on'
|
||||
# People just got home
|
||||
- platform: state
|
||||
entity_id:
|
||||
@@ -50,6 +53,9 @@ condition:
|
||||
- condition: state
|
||||
entity_id: binary_sensor.outer_garage_door
|
||||
state: 'on'
|
||||
- condition: state
|
||||
entity_id: binary_sensor.outer_garage_door_contact
|
||||
state: 'on'
|
||||
# Or somebody has just arrived
|
||||
- condition: template
|
||||
value_template: "{{ is_state('input_select.clint_status_dropdown','Just Arrived') }}"
|
||||
|
||||
Reference in New Issue
Block a user