initial commit

This commit is contained in:
2025-02-07 12:46:24 -05:00
commit 8dfb36a3f1
183 changed files with 9212 additions and 0 deletions

View 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