We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213937c commit 7d43560Copy full SHA for 7d43560
custom_components/sat/config_flow.py
@@ -376,6 +376,7 @@ async def start_calibration():
376
try:
377
coordinator = await self.async_create_coordinator()
378
await coordinator.async_setup()
379
+ await coordinator.async_added_to_hass()
380
381
overshoot_protection = OvershootProtection(coordinator, self.data.get(CONF_HEATING_SYSTEM))
382
self.overshoot_protection_value = await overshoot_protection.calculate()
0 commit comments