diff --git a/custom_components/tibber_prices/sensor/definitions.py b/custom_components/tibber_prices/sensor/definitions.py index c01e6cc..9802689 100644 --- a/custom_components/tibber_prices/sensor/definitions.py +++ b/custom_components/tibber_prices/sensor/definitions.py @@ -1018,7 +1018,6 @@ DAY_PATTERN_SENSORS = ( "mixed", ], state_class=None, - entity_category=EntityCategory.DIAGNOSTIC, entity_registry_enabled_default=False, ), SensorEntityDescription( @@ -1037,7 +1036,6 @@ DAY_PATTERN_SENSORS = ( "mixed", ], state_class=None, - entity_category=EntityCategory.DIAGNOSTIC, entity_registry_enabled_default=True, ), SensorEntityDescription( @@ -1056,7 +1054,6 @@ DAY_PATTERN_SENSORS = ( "mixed", ], state_class=None, - entity_category=EntityCategory.DIAGNOSTIC, entity_registry_enabled_default=False, ), )