This commit is contained in:
2025-04-29 18:11:36 -04:00
parent 1c5ccbb926
commit 67d1d3d43e

View File

@ -723,7 +723,7 @@ script:
{% set run_threshold = states('input_number.emma_bedroom_aircon_run_threshold') | int %} {% set run_threshold = states('input_number.emma_bedroom_aircon_run_threshold') | int %}
{% set mode_threshold = states('input_number.emma_bedroom_aircon_mode_threshold') | int %} {% set mode_threshold = states('input_number.emma_bedroom_aircon_mode_threshold') | int %}
{% if is_state('input_boolean.emma_bedroom_aircon_installed','off') %} {% if is_state('input_boolean.emma_bedroom_aircon_installed','off') %}
N/A White Noise
{% elif low >= run_threshold %} {% elif low >= run_threshold %}
{% if low >= mode_threshold %} {% if low >= mode_threshold %}
AC AC
@ -731,7 +731,7 @@ script:
Fan Fan
{% endif %} {% endif %}
{% else %} {% else %}
N/A White Noise
{% endif %} {% endif %}
- service: input_datetime.set_datetime - service: input_datetime.set_datetime
target: target: