Removed sensors that I've implemented in a better way
This commit is contained in:
@ -2,11 +2,4 @@ binary_sensor:
|
|||||||
- name: People Present
|
- name: People Present
|
||||||
state: >
|
state: >
|
||||||
{{ is_state('person.tony_stork', 'home')
|
{{ is_state('person.tony_stork', 'home')
|
||||||
or is_state('person.christina_stork', 'home') }}
|
or is_state('person.christina_stork', 'home') }}
|
||||||
- name: School Time
|
|
||||||
state: >
|
|
||||||
{{ is_state('binary_sensor.school', 'on')
|
|
||||||
and is_state('binary_sensor.workday_sensor', 'on') }}
|
|
||||||
- name: Tina Work
|
|
||||||
state: >
|
|
||||||
{{ is_state('calendar.family_tinawork', 'on') }}
|
|
Reference in New Issue
Block a user