Skip to content

Commit 400f757

Browse files
authored
Pass None config entry to schluter coordinator (#169621)
1 parent 01c4ce4 commit 400f757

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

homeassistant/components/schluter/climate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ async def async_update_data():
6060
coordinator = DataUpdateCoordinator(
6161
hass,
6262
_LOGGER,
63+
config_entry=None,
6364
name="schluter",
6465
update_method=async_update_data,
6566
update_interval=SCAN_INTERVAL,

0 commit comments

Comments
 (0)