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.
None
1 parent 01c4ce4 commit 400f757Copy full SHA for 400f757
1 file changed
homeassistant/components/schluter/climate.py
@@ -60,6 +60,7 @@ async def async_update_data():
60
coordinator = DataUpdateCoordinator(
61
hass,
62
_LOGGER,
63
+ config_entry=None,
64
name="schluter",
65
update_method=async_update_data,
66
update_interval=SCAN_INTERVAL,
0 commit comments