Files
Home-Assistant-Configs/template.yaml

5 lines
158 B
YAML

binary_sensor:
- name: People Present
state: >
{{ is_state('person.tony_stork', 'home')
or is_state('person.christina_stork', 'home') }}