Add Tumble Dryer support, tested with haier HD80-A3959 and Bulgarian translation #6

Merged
drudgebg merged 10 commits from main into main 2023-03-21 22:14:56 +01:00
Showing only changes of commit fbee75108d - Show all commits

View File

@ -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"
),
)
}