From cea310d642aea51be4d5ff4955b543971d9d2dac Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 30 Mar 2022 15:44:39 -0400 Subject: [PATCH] Testing out template sensors --- template.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/template.yaml b/template.yaml index e69de29..6cc8914 100644 --- a/template.yaml +++ b/template.yaml @@ -0,0 +1,5 @@ +binary_sensor: + - name: People Present + state: > + {{ is_state('person.tony_stork', 'home') + or is_state('person.christina_stork', 'home') }}