mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 17:04:04 -04:00
Fix MELCloud Home energy interval (#181937)
This commit is contained in:
@@ -176,7 +176,7 @@ class MelCloudHomeEnergyCoordinator(DataUpdateCoordinator[dict[str, float | None
|
||||
"""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,
|
||||
|
||||
Reference in New Issue
Block a user