Move config sensors to diagnose #123

This commit is contained in:
Andre Basche 2023-11-21 01:26:38 +01:00
parent 00a8809340
commit fb15e4bce7
1 changed files with 1 additions and 1 deletions

View File

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