mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Set PARALLEL_UPDATES for inexogy (#135545)
This commit is contained in:
parent
e8ad391df2
commit
3c825bb826
@ -42,7 +42,7 @@ rules:
|
||||
entity-unavailable: done
|
||||
integration-owner: done
|
||||
log-when-unavailable: done
|
||||
parallel-updates: todo
|
||||
parallel-updates: done
|
||||
reauthentication-flow: done
|
||||
test-coverage: done
|
||||
|
||||
|
@ -28,6 +28,8 @@ from . import DiscovergyConfigEntry
|
||||
from .const import DOMAIN, MANUFACTURER
|
||||
from .coordinator import DiscovergyUpdateCoordinator
|
||||
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
|
||||
def _get_and_scale(reading: Reading, key: str, scale: int) -> datetime | float | None:
|
||||
"""Get a value from a Reading and divide with scale it."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user