mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-20 09:55:06 -04:00
Move config sensors to diagnose #123
This commit is contained in:
parent
00a8809340
commit
fb15e4bce7
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ _LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class HonConfigSensorEntityDescription(SensorEntityDescription):
|
class HonConfigSensorEntityDescription(SensorEntityDescription):
|
||||||
entity_category: EntityCategory = EntityCategory.CONFIG
|
entity_category: EntityCategory = EntityCategory.DIAGNOSTIC
|
||||||
option_list: dict[int, str] | None = None
|
option_list: dict[int, str] | None = None
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue