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,10 @@
---
app_climate_humidity_suppression_humidity_level:
name: "Humidity Level"
icon: mdi:tune
unit_of_measurement: '%'
initial: 70
mode: slider
min: 1
max: 100
step: 1

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

View File

@ -0,0 +1,27 @@
---
app_light_light_lux_mininum:
name: "Minimum Lux Limit"
icon: mdi:tune
unit_of_measurement: "lx"
mode: slider
min: 2
max: 100
step: 1
app_light_light_timeout_off_light:
name: "Time Out to Off Lights"
icon: mdi:tune
unit_of_measurement: "sec"
mode: slider
min: 5
max: 600
step: 1
app_light_light_transition_time:
name: "Light Transition Time"
icon: mdi:tune
unit_of_measurement: "sec"
mode: slider
min: 0
max: 60
step: 1

View File

@ -0,0 +1,88 @@
---
occupants_kitchen:
name: 'Kitchen Occupants #'
mode: slider
initial: 0
min: 0
max: 10
step: 1
occupants_living_room:
name: 'Living Room Occupants #'
mode: slider
initial: 0
min: 0
max: 10
step: 1
occupants_bedroom_master:
name: 'Master Bedroom Occupants #'
mode: slider
initial: 0
min: 0
max: 10
step: 1
occupants_bedroom_olivia:
name: 'Olivia Bedroom Occupants #'
mode: slider
initial: 0
min: 0
max: 10
step: 1
occupants_bedroom_max:
name: 'Maxim Bedroom Occupants #'
mode: slider
initial: 0
min: 0
max: 10
step: 1
occupants_bathroom_master:
name: 'Main Bathroom Occupants #'
mode: slider
initial: 0
min: 0
max: 10
step: 1
occupants_bathroom_bedroom:
name: 'Master Bedroom Bathroom Occupants #'
mode: slider
initial: 0
min: 0
max: 10
step: 1
occupants_bathroom_living:
name: 'Living Room Bathroom Occupants #'
mode: slider
initial: 0
min: 0
max: 10
step: 1
occupants_garage:
name: 'Garage Occupants #'
mode: slider
initial: 0
min: 0
max: 10
step: 1
occupants_stairwell:
name: 'Stairwell Occupants #'
mode: slider
initial: 0
min: 0
max: 10
step: 1
occupants_backyard:
name: 'Backyard Occupants #'
mode: slider
initial: 0
min: 0
max: 10
step: 1

View File

@ -0,0 +1,9 @@
---
app_security_auto_arm_timeout:
name: 'Auto Close Timeout'
icon: mdi:clock-fast
unit_of_measurement: 'sec'
mode: slider
min: 15
max: 600
step: 15

View File

@ -0,0 +1,9 @@
---
app_security_auto_close_timeout:
name: 'Auto Close Timeout'
icon: mdi:clock-fast
unit_of_measurement: 'sec'
mode: slider
min: 15
max: 600
step: 15

View File

@ -0,0 +1,9 @@
---
app_security_auto_lock_timeout:
name: "Auto Lock Timeout"
icon: mdi:clock-fast
unit_of_measurement: "sec"
mode: slider
min: 15
max: 600
step: 15

View File

@ -0,0 +1,45 @@
---
app_settings_brightness_level_morning:
name: 'Morning Brightness Level'
icon: mdi:tune
unit_of_measurement: '%'
mode: slider
min: 1
max: 100
step: 1
app_settings_brightness_level_day:
name: 'Day Brightness Level'
icon: mdi:tune
unit_of_measurement: '%'
mode: slider
min: 1
max: 100
step: 1
app_settings_brightness_level_evening:
name: 'Evening Brightness Level'
icon: mdi:tune
unit_of_measurement: '%'
mode: slider
min: 1
max: 100
step: 1
app_settings_brightness_level_night:
name: 'Night Brightness Level'
icon: mdi:tune
unit_of_measurement: '%'
mode: slider
min: 1
max: 100
step: 1
app_settings_brightness_transition_time:
name: 'Auto Light Transition Time (sec)'
icon: mdi:tune
unit_of_measurement: 'sec'
mode: slider
min: 0
max: 600
step: 1

View File

@ -0,0 +1,36 @@
---
app_settings_volume_level_morning:
name: 'Morning Volume Level'
icon: mdi:tune
unit_of_measurement: '%'
mode: slider
min: 1
max: 100
step: 1
app_settings_volume_level_day:
name: 'Day Volume Level'
icon: mdi:tune
unit_of_measurement: '%'
mode: slider
min: 1
max: 100
step: 1
app_settings_volume_level_evening:
name: 'Evening Volume Level'
icon: mdi:tune
unit_of_measurement: '%'
mode: slider
min: 1
max: 100
step: 1
app_settings_volume_level_night:
name: 'Night Volume Level'
icon: mdi:tune
unit_of_measurement: '%'
mode: slider
min: 1
max: 100
step: 1

View File

@ -0,0 +1,18 @@
---
app_va_night_mode_volume_level:
name: "Nighttime Volume Level"
icon: mdi:tune
unit_of_measurement: '%'
mode: slider
min: 0
max: 1
step: 0.05
app_va_day_mode_volume_level:
name: "Daytime Volume Level"
icon: mdi:tune
unit_of_measurement: '%'
mode: slider
min: 0
max: 1
step: 0.05

View File

@ -0,0 +1,7 @@
---
day_night:
name: 'Day/Night'
icon: mdi:theme-light-dark
min: 0
max: 1
step: 1

View File

@ -0,0 +1,28 @@
---
light_step:
name: "Step the lights this much"
initial: 10
min: 1
max: 64
step: 1
light_minimum:
name: "No dimmer than this"
initial: 5
min: 1
max: 255
step: 1
light_maximum:
name: "No brighter than this"
initial: 255
min: 50
max: 255
step: 1
light_delay_ms:
name: "Step the lights this often (ms)"
initial: 100
min: 100
max: 5000
step: 100