4 lines
148 B
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') }} |