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