diff --git a/homeassistant/components/melcloud_home/coordinator.py b/homeassistant/components/melcloud_home/coordinator.py index 4e2f85bf4606..51a59aeebec7 100644 --- a/homeassistant/components/melcloud_home/coordinator.py +++ b/homeassistant/components/melcloud_home/coordinator.py @@ -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,