From fb15e4bce7976a1bd47055d7996e8177a4931a52 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Tue, 21 Nov 2023 01:26:38 +0100 Subject: [PATCH] Move config sensors to diagnose #123 --- custom_components/hon/sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/hon/sensor.py b/custom_components/hon/sensor.py index d381550..db88b17 100644 --- a/custom_components/hon/sensor.py +++ b/custom_components/hon/sensor.py @@ -36,7 +36,7 @@ _LOGGER = logging.getLogger(__name__) @dataclass class HonConfigSensorEntityDescription(SensorEntityDescription): - entity_category: EntityCategory = EntityCategory.CONFIG + entity_category: EntityCategory = EntityCategory.DIAGNOSTIC option_list: dict[int, str] | None = None