Add cold day handling

This commit is contained in:
2023-01-16 16:58:41 -05:00
parent 7e95b1695b
commit 00204bdfd3
3 changed files with 41 additions and 3 deletions

View File

@ -76,6 +76,9 @@ input_boolean:
hot_day:
name: Hot Day
icon: mdi:heat-wave
cold_day:
name: Cold Day
icon: mdi:snowflake
input_select:
scheduled_climate_mode_master_bedroom_aircon:
@ -176,6 +179,12 @@ input_number:
max: 90
step: 1
unit_of_measurement: °F
cold_day_threshold:
name: Cold Day Threshold
min: 0
max: 40
step: 1
unit_of_measurement: °F
automation:
- id: '1655415573165'