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') }}