diff --git a/custom_components/hon/switch.py b/custom_components/hon/switch.py index 57a0a36..28b3863 100644 --- a/custom_components/hon/switch.py +++ b/custom_components/hon/switch.py @@ -82,6 +82,13 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = { turn_on_key="startProgram", turn_off_key="stopProgram", ), + + HonSwitchEntityDescription( + key="startProgram.preheatStatus", + name="Preheat", + icon="mdi:thermometer-chevron-up", + entity_category=EntityCategory.CONFIG, + ), ), "WD": (