mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
Hopefully fixing master bed presence and cleaning up a lot of junk
This commit is contained in:
@@ -34,7 +34,7 @@ condition:
|
||||
- "{{ not labels|length or object in labels }}"
|
||||
#- "{{ not presence_entity or not is_state(presence_entity, 'home') }}"
|
||||
- '{{ is_state("binary_sensor.garage_door","off") }}'
|
||||
- '{{ is_state("binary_sensor.outer_garage_door","off") }}'
|
||||
#- '{{ is_state("binary_sensor.outer_garage_door","off") }}'
|
||||
- '{{ is_state("binary_sensor.outer_garage_door_contact","off")}}'
|
||||
- '{{ is_state("binary_sensor.front_door_contact","off") }}'
|
||||
- '{{ is_state("binary_sensor.patio_door_contact","off") }}'
|
||||
|
||||
Reference in New Issue
Block a user