diff --git a/automation/Speech/home_stats.yaml b/automation/Speech/home_stats.yaml index 3cf4bcf3..3f411392 100755 --- a/automation/Speech/home_stats.yaml +++ b/automation/Speech/home_stats.yaml @@ -20,10 +20,10 @@ - service: input_boolean.turn_on entity_id: - input_boolean.lights_status - - input_boolean.garage_check - service: script.Voice_notify data: call_inside_weather: 1 call_responsibilities: 1 call_outside_weather: 1 + call_garage_check: 1 diff --git a/customize/input_booleans.yaml b/customize/input_booleans.yaml index 15128df4..75e606ed 100755 --- a/customize/input_booleans.yaml +++ b/customize/input_booleans.yaml @@ -22,11 +22,6 @@ input_boolean.flash: -input_boolean.garage_check: - friendly_name: 'Garage Check' - emulated_hue: True - hidden: False - input_boolean.good_morning: friendly_name: 'Good Morning' diff --git a/input_boolean/hidden_booleans.yaml b/input_boolean/hidden_booleans.yaml index b40d3974..7a0a2dad 100755 --- a/input_boolean/hidden_booleans.yaml +++ b/input_boolean/hidden_booleans.yaml @@ -14,9 +14,3 @@ medicine: lights_status: name: Lights Status initial: off - - - -garage_check: - name: Garage Check - initial: off diff --git a/script/voice_notify.yaml b/script/voice_notify.yaml index 5218ddd1..4324d413 100755 --- a/script/voice_notify.yaml +++ b/script/voice_notify.yaml @@ -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}}