Add cold day handling
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user