#153 more transitioning hidden booleans to script variables.

This commit is contained in:
CCOSTAN
2017-05-03 21:01:34 +00:00
parent 9242bdcfc8
commit aaa36771f6
4 changed files with 2 additions and 13 deletions

View File

@@ -183,7 +183,7 @@ voice_notify:
{{ DoorOpened }}
{{ DoorClosed }}
{% if is_state('input_boolean.garage_check', 'on') or is_state('sun.sun', 'below_horizon') %}
{% if call_garage_check == 1 or is_state('sun.sun', 'below_horizon') %}
{{garage_check()}}
{%endif%}
{{ NewDevice}}