mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
restore battery_quantity for zha devices (#23320)
This commit is contained in:
parent
c229a314c6
commit
eefb9406c2
@ -219,3 +219,5 @@ class PowerConfigurationChannel(ZigbeeChannel):
|
||||
'battery_percentage_remaining', from_cache=from_cache)
|
||||
await self.get_attribute_value(
|
||||
'battery_voltage', from_cache=from_cache)
|
||||
await self.get_attribute_value(
|
||||
'battery_quantity', from_cache=from_cache)
|
||||
|
Loading…
x
Reference in New Issue
Block a user