Set PARALLEL_UPDATES for inexogy (#135545)

This commit is contained in:
Jan-Philipp Benecke 2025-01-13 20:48:24 +01:00 committed by GitHub
parent e8ad391df2
commit 3c825bb826
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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."""