diff --git a/template.yaml b/template.yaml index e00f234..56eabc9 100644 --- a/template.yaml +++ b/template.yaml @@ -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') }} \ No newline at end of file + or is_state('person.christina_stork', 'home') }} \ No newline at end of file