From fbee75108d756dcead8686399d9234b9d3db0d26 Mon Sep 17 00:00:00 2001 From: drudgebg Date: Tue, 21 Mar 2023 14:00:50 +0200 Subject: [PATCH] Update select.py Add Tumble Dryer --- custom_components/hon/select.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/custom_components/hon/select.py b/custom_components/hon/select.py index bf7d10e..ef74c29 100644 --- a/custom_components/hon/select.py +++ b/custom_components/hon/select.py @@ -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" + ), ) }