Files
hassio-configuration/configuration/input_number/app_va_night_mode.yaml
2025-02-07 12:46:24 -05:00

19 lines
311 B
YAML

---
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