Add missing entity category for gen2 devices (#62812)

pull/62822/head
Simone Chemelli 2021-12-26 21:26:24 +01:00 committed by GitHub
parent 746aa948bb
commit c07077833f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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