restore battery_quantity for zha devices (#23320)

This commit is contained in:
Tom Schneider 2019-04-26 05:44:38 +02:00 committed by Andrew Sayre
parent c229a314c6
commit eefb9406c2

View File

@ -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)