Use cached values for divisor/multiplier (#37070)

This commit is contained in:
Alexei Chetroi 2020-06-25 09:35:48 -04:00 committed by Paulus Schoutsen
parent f90f4629ab
commit 7c63cfbbc7

View file

@ -75,7 +75,7 @@ class ElectricalMeasurementChannel(ZigbeeChannel):
async def async_initialize(self, from_cache):
"""Initialize channel."""
await self.fetch_config(from_cache)
await self.fetch_config(True)
await super().async_initialize(from_cache)
async def fetch_config(self, from_cache):