mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +00:00
Fix Zlinky energy polling in ZHA (#106738)
This commit is contained in:
parent
bfda3f1ba8
commit
c83388fd2d
@ -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"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user