Fix Zlinky energy polling in ZHA (#106738)

This commit is contained in:
David F. Mulcahey 2023-12-31 12:12:06 -05:00 committed by Franck Nijhof
parent 2179d4de3d
commit 3d75603b4f
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -195,9 +195,9 @@ class Metering(ClusterHandler):
) # 1 digit to the right, 15 digits to the left ) # 1 digit to the right, 15 digits to the left
self._summa_format = self.get_formatting(fmting) self._summa_format = self.get_formatting(fmting)
async def async_force_update(self) -> None: async def async_update(self) -> None:
"""Retrieve latest state.""" """Retrieve latest state."""
self.debug("async_force_update") self.debug("async_update")
attrs = [ attrs = [
a["attr"] a["attr"]