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