Removed sensors that I've implemented in a better way

This commit is contained in:
2022-06-01 15:33:32 -04:00
parent 6ba3101933
commit be119441df

View File

@ -2,11 +2,4 @@ binary_sensor:
- name: People Present
state: >
{{ is_state('person.tony_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') }}
or is_state('person.christina_stork', 'home') }}