Files
Home-Assistant-Configs/template.yaml

4 lines
148 B
YAML

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