Move config sensors to diagnose #123

pull/142/head
Andre Basche 7 months ago
parent 00a8809340
commit fb15e4bce7

@ -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

Loading…
Cancel
Save