mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-13 06:34:22 -04:00
Fix steam level
This commit is contained in:
parent
2e056aa8d6
commit
bb700dd2f7
4 changed files with 17 additions and 23 deletions
|
@ -49,6 +49,13 @@ SELECTS = {
|
|||
name="Program",
|
||||
translation_key="programs_wm",
|
||||
),
|
||||
HonConfigSelectEntityDescription(
|
||||
key="startProgram.steamLevel",
|
||||
name="Steam level",
|
||||
icon="mdi:weather-dust",
|
||||
translation_key="steam_level",
|
||||
option_list=const.STEAM_LEVEL,
|
||||
),
|
||||
),
|
||||
"TD": (
|
||||
HonConfigSelectEntityDescription(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue