mirror of https://github.com/Andre0512/hon.git
Move config sensors to diagnose #123
This commit is contained in:
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…
Reference in New Issue