mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
restore battery_quantity for zha devices (#23320)
This commit is contained in:
committed by
Andrew Sayre
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)
|
||||
|
Reference in New Issue
Block a user