Adjust for new option names #52

This commit is contained in:
2022-10-17 20:03:54 -04:00
parent 5976151b13
commit 76ca50210d
4 changed files with 16 additions and 18 deletions

View File

@ -77,27 +77,27 @@ input_select:
options:
- AC
- Fan
- None
- N/A
icon: mdi:home-thermometer
scheduled_climate_mode_master_bedroom_fan:
name: Scheduled Climate Mode - Master Bedroom Fan
options:
- Fan
- None
- N/A
icon: mdi:home-thermometer
scheduled_climate_mode_nursery_aircon:
name: Scheduled Climate Mode - Nursery Aircon
options:
- AC
- White Noise
- None
- N/A
icon: mdi:home-thermometer
scheduled_climate_mode_kallen_fan:
name: Scheduled Climate Mode - Kallen Fan
options:
- Fan
- White Noise
- None
- N/A
icon: mdi:home-thermometer
input_number:

View File

@ -398,7 +398,7 @@ script:
Fan
{% endif %}
{% else %}
None
N/A
{% endif %}
- service: input_select.select_option
target:
@ -408,7 +408,7 @@ script:
{% if states('sensor.tonights_low_temp') >= states('input_number.master_bedroom_fan_threshold') %}
Fan
{% else %}
None
N/A
{% endif %}
nursery_scheduling: