Added sliders to adjust temperatures for climate automations

This commit is contained in:
2022-06-30 23:38:05 -04:00
parent 7abbfe83a0
commit c366e792f9
2 changed files with 25 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -55,3 +55,26 @@ input_boolean:
kallen_bedtime_protocol:
name: Kallen Bedtime Protocol
icon: mdi:lightbulb-night
input_number:
master_bedroom_daytime_temp:
name: Master Bedroom Daytime Temp
min: 60
max: 80
step: 1
unit_of_measurement: °F
icon: mdi:thermometer
master_bedroom_night_temp:
name: Master Bedroom Night Temp
min: 60
max: 80
step: 1
unit_of_measurement: °F
icon: mdi:thermometer
master_bedroom_bedtime_temp:
name: Master Bedroom Bedtime Temp
min: 60
max: 80
step: 1
unit_of_measurement: °F
icon: mdi:thermometer