From 256c691213c4e38c39040511c62eae0d81dede02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel?= Date: Wed, 19 Apr 2023 19:31:45 +0200 Subject: [PATCH] Oven --- custom_components/hon/switch.py | 7 +++++++ 1 file changed, 7 insertions(+) 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": (