Add missing entity category for gen2 devices (#62812)
This commit is contained in:
parent
746aa948bb
commit
c07077833f
1 changed files with 1 additions and 0 deletions
|
@ -286,6 +286,7 @@ RPC_SENSORS: Final = {
|
|||
device_class=SensorDeviceClass.TEMPERATURE,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
default_enabled=False,
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
),
|
||||
"rssi": RpcAttributeDescription(
|
||||
key="wifi",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue