From e0081bf75e9b9736edceacdbad241db77dfbc72d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel?= Date: Wed, 19 Apr 2023 20:18:40 +0200 Subject: [PATCH] Black style --- custom_components/hon/switch.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/custom_components/hon/switch.py b/custom_components/hon/switch.py index 28b3863..82afab4 100644 --- a/custom_components/hon/switch.py +++ b/custom_components/hon/switch.py @@ -73,7 +73,6 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = { turn_off_key="resumeProgram", ), ), - "OV": ( HonSwitchEntityDescription( key="active", @@ -82,7 +81,6 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = { turn_on_key="startProgram", turn_off_key="stopProgram", ), - HonSwitchEntityDescription( key="startProgram.preheatStatus", name="Preheat", @@ -90,7 +88,6 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = { entity_category=EntityCategory.CONFIG, ), ), - "WD": ( HonSwitchEntityDescription( key="active",