mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-13 06:34:22 -04:00
Add dishwasher #21
This commit is contained in:
parent
2aa1d3df01
commit
5f9dbef4fc
8 changed files with 285 additions and 12 deletions
|
@ -84,6 +84,14 @@ SELECTS = {
|
|||
translation_key="programs",
|
||||
),
|
||||
),
|
||||
"DW": (
|
||||
SelectEntityDescription(
|
||||
key="startProgram.program",
|
||||
name="Program",
|
||||
entity_category=EntityCategory.CONFIG,
|
||||
translation_key="programs_dw",
|
||||
),
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue