Add dishwasher #21

This commit is contained in:
Andre Basche 2023-04-16 21:46:17 +02:00
parent 2aa1d3df01
commit 5f9dbef4fc
8 changed files with 285 additions and 12 deletions

View file

@ -84,6 +84,14 @@ SELECTS = {
translation_key="programs",
),
),
"DW": (
SelectEntityDescription(
key="startProgram.program",
name="Program",
entity_category=EntityCategory.CONFIG,
translation_key="programs_dw",
),
),
}