Add ZHA battery sensor (#19363)
* add batery sensor * add additional battery sizes * remove blank line * lint * fix attribute report configuration * return None - review comments
This commit is contained in:
parent
fb226e3e3b
commit
b444dfe8a6
2 changed files with 69 additions and 1 deletions
|
@ -136,6 +136,7 @@ def populate_data():
|
|||
zcl.clusters.measurement.IlluminanceMeasurement: 'sensor',
|
||||
zcl.clusters.smartenergy.Metering: 'sensor',
|
||||
zcl.clusters.homeautomation.ElectricalMeasurement: 'sensor',
|
||||
zcl.clusters.general.PowerConfiguration: 'sensor',
|
||||
zcl.clusters.security.IasZone: 'binary_sensor',
|
||||
zcl.clusters.hvac.Fan: 'fan',
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue