mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
A whole bunch of cleanup
This commit is contained in:
@@ -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