Nerds should also be an "or" condition #69
This commit is contained in:
@ -171,7 +171,7 @@ template:
|
|||||||
- name: "Nerds Home"
|
- name: "Nerds Home"
|
||||||
state: >-
|
state: >-
|
||||||
{% if is_state('group.family','home') %}
|
{% if is_state('group.family','home') %}
|
||||||
{% if is_state('binary_sensor.tony_home','on') and is_state('device_tracker.kallen_iphone','home') %}
|
{% if is_state('binary_sensor.tony_home','on') or is_state('device_tracker.kallen_iphone','home') %}
|
||||||
true
|
true
|
||||||
{% else %}
|
{% else %}
|
||||||
false
|
false
|
||||||
|
Reference in New Issue
Block a user