Update select.py
Add Tumble Dryer
This commit is contained in:
parent
fb8306a4d9
commit
fbee75108d
1 changed files with 8 additions and 0 deletions
|
@ -35,6 +35,14 @@ SELECTS = {
|
|||
entity_category=EntityCategory.CONFIG,
|
||||
translation_key="programs"
|
||||
),
|
||||
),
|
||||
"TD": (
|
||||
SelectEntityDescription(
|
||||
key="startProgram.program",
|
||||
name="Program",
|
||||
entity_category=EntityCategory.CONFIG,
|
||||
translation_key="programs"
|
||||
),
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue