Added sliders to adjust temperatures for climate automations
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -54,4 +54,27 @@ input_boolean:
|
|||||||
icon: mdi:lightbulb-night
|
icon: mdi:lightbulb-night
|
||||||
kallen_bedtime_protocol:
|
kallen_bedtime_protocol:
|
||||||
name: Kallen Bedtime Protocol
|
name: Kallen Bedtime Protocol
|
||||||
icon: mdi:lightbulb-night
|
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
|
||||||
|
Reference in New Issue
Block a user