Testing out template sensors

This commit is contained in:
2022-03-30 15:44:39 -04:00
parent fcea6218cb
commit cea310d642

View File

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