Use cached values for divisor/multiplier (#37070)

This commit is contained in:
Alexei Chetroi 2020-06-25 09:35:48 -04:00 committed by GitHub
parent 140fc48ede
commit 25b093e69e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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