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 51fea2a commit 9630b29Copy full SHA for 9630b29
1 file changed
custom_components/xiaomi_cloud_map_extractor/config_flow.py
@@ -297,6 +297,7 @@ async def async_step_confirm_data(
297
)
298
if self.source != SOURCE_REAUTH:
299
self._abort_if_unique_id_configured()
300
+ self._connector.server = self._cloud_vacuum.server
301
await save_connector_config(self.hass, self._cloud_vacuum.mac, self._connector.to_config())
302
if existing_entry or self.source == SOURCE_REAUTH:
303
data = existing_entry.data.copy()
0 commit comments