Testing out template sensors
This commit is contained in:
@ -0,0 +1,5 @@
|
|||||||
|
binary_sensor:
|
||||||
|
- name: People Present
|
||||||
|
state: >
|
||||||
|
{{ is_state('person.tony_stork', 'home')
|
||||||
|
or is_state('person.christina_stork', 'home') }}
|
||||||
|
Reference in New Issue
Block a user