From be119441df96169d80ac60fa299a9889b28733ab Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 1 Jun 2022 15:33:32 -0400 Subject: [PATCH] Removed sensors that I've implemented in a better way --- template.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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