mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 02:54:41 +00:00
#153 more transitioning hidden booleans to script variables.
This commit is contained in:
@@ -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}}
|
||||
|
Reference in New Issue
Block a user