mirror of
https://github.com/Andre0512/hon.git
synced 2026-06-19 16:11:19 +02:00
Move config sensors to diagnose #123
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user