mirror of
https://github.com/Andre0512/hon.git
synced 2026-05-09 02:21:13 +02:00
Add dirt level select entity
This commit is contained in:
@@ -56,6 +56,13 @@ SELECTS = {
|
||||
translation_key="steam_level",
|
||||
option_list=const.STEAM_LEVEL,
|
||||
),
|
||||
HonConfigSelectEntityDescription(
|
||||
key="startProgram.dirtyLevel",
|
||||
name="Dirty level",
|
||||
icon="mdi:liquid-spot",
|
||||
translation_key="dirt_level",
|
||||
option_list=const.DIRTY_LEVEL,
|
||||
),
|
||||
),
|
||||
"TD": (
|
||||
HonConfigSelectEntityDescription(
|
||||
|
||||
Reference in New Issue
Block a user