initial commit
This commit is contained in:
99
configuration/input_number/app_climate_thermostat.yaml
Normal file
99
configuration/input_number/app_climate_thermostat.yaml
Normal file
@ -0,0 +1,99 @@
|
||||
---
|
||||
app_climate_thermostat_morning_heat_temp:
|
||||
name: "Heat Temp (Morning)"
|
||||
icon: mdi:fire
|
||||
mode: slider
|
||||
unit_of_measurement: "°C"
|
||||
min: 7
|
||||
max: 35
|
||||
step: 0.5
|
||||
|
||||
app_climate_thermostat_day_heat_temp:
|
||||
name: "Heat Temp (Day)"
|
||||
icon: mdi:fire
|
||||
mode: slider
|
||||
unit_of_measurement: "°C"
|
||||
min: 7
|
||||
max: 35
|
||||
step: 0.5
|
||||
|
||||
app_climate_thermostat_evening_heat_temp:
|
||||
name: "Heat Temp (Eveing)"
|
||||
icon: mdi:fire
|
||||
mode: slider
|
||||
unit_of_measurement: "°C"
|
||||
min: 7
|
||||
max: 35
|
||||
step: 0.5
|
||||
|
||||
app_climate_thermostat_night_heat_temp:
|
||||
name: "Heat Temp (Night)"
|
||||
icon: mdi:fire
|
||||
mode: slider
|
||||
unit_of_measurement: "°C"
|
||||
min: 7
|
||||
max: 35
|
||||
step: 0.5
|
||||
|
||||
app_climate_thermostat_away_heat_temp:
|
||||
name: "Heat Temp (Away)"
|
||||
icon: mdi:fire
|
||||
mode: slider
|
||||
unit_of_measurement: "°C"
|
||||
min: 7
|
||||
max: 35
|
||||
step: 0.5
|
||||
|
||||
app_climate_thermostat_morning_cool_temp:
|
||||
name: "Cool Temp (Morning)"
|
||||
icon: mdi:snowflake
|
||||
mode: slider
|
||||
unit_of_measurement: "°C"
|
||||
min: 7
|
||||
max: 35
|
||||
step: 0.5
|
||||
|
||||
app_climate_thermostat_day_cool_temp:
|
||||
name: "Cool Temp (Day)"
|
||||
icon: mdi:snowflake
|
||||
mode: slider
|
||||
unit_of_measurement: "°C"
|
||||
min: 7
|
||||
max: 35
|
||||
step: 0.5
|
||||
|
||||
app_climate_thermostat_evening_cool_temp:
|
||||
name: "Cool Temp (Evening)"
|
||||
icon: mdi:snowflake
|
||||
mode: slider
|
||||
unit_of_measurement: "°C"
|
||||
min: 7
|
||||
max: 35
|
||||
step: 0.5
|
||||
|
||||
app_climate_thermostat_night_cool_temp:
|
||||
name: "Cool Temp (Night)"
|
||||
icon: mdi:snowflake
|
||||
mode: slider
|
||||
unit_of_measurement: "°C"
|
||||
min: 7
|
||||
max: 35
|
||||
step: 0.5
|
||||
|
||||
app_climate_thermostat_away_cool_temp:
|
||||
name: "Cool Temp (Away)"
|
||||
icon: mdi:snowflake
|
||||
mode: slider
|
||||
unit_of_measurement: "°C"
|
||||
min: 7
|
||||
max: 35
|
||||
step: 0.5
|
||||
|
||||
app_climate_thermostat_energy_saving_timeout:
|
||||
name: "Eco Timeout"
|
||||
icon: mdi:clock-fast
|
||||
unit_of_measurement: "sec"
|
||||
mode: slider
|
||||
min: 15
|
||||
max: 600
|
||||
step: 15
|
Reference in New Issue
Block a user