Fix MELCloud Home energy interval (#181937)

This commit is contained in:
Erwin Douna
2026-09-11 17:28:13 +02:00
committed by GitHub
parent 646bb57f16
commit 71452ba864
@@ -187,7 +187,7 @@ class MelCloudHomeTelemetryCoordinator(
"""Fetch energy telemetry for a unit without failing the whole update."""
try:
energy = await self.client.get_energy_telemetry(
unit_id, from_dt=start_of_month, to_dt=now
unit_id, from_dt=start_of_month, to_dt=now, interval="Day"
)
except (
MelCloudHomeAuthenticationError,