Add entity category to nut battery (#58363)
This commit is contained in:
parent
07f268de1f
commit
b09f6620eb
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,7 @@ SENSOR_TYPES: Final[dict[str, SensorEntityDescription]] = {
|
|||
native_unit_of_measurement=PERCENTAGE,
|
||||
device_class=DEVICE_CLASS_BATTERY,
|
||||
state_class=STATE_CLASS_MEASUREMENT,
|
||||
entity_category=ENTITY_CATEGORY_DIAGNOSTIC,
|
||||
),
|
||||
"battery.charge.low": SensorEntityDescription(
|
||||
key="battery.charge.low",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue