Skip to content

Commit 9630b29

Browse files
Fix saving server
1 parent 51fea2a commit 9630b29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

custom_components/xiaomi_cloud_map_extractor/config_flow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ async def async_step_confirm_data(
297297
)
298298
if self.source != SOURCE_REAUTH:
299299
self._abort_if_unique_id_configured()
300+
self._connector.server = self._cloud_vacuum.server
300301
await save_connector_config(self.hass, self._cloud_vacuum.mac, self._connector.to_config())
301302
if existing_entry or self.source == SOURCE_REAUTH:
302303
data = existing_entry.data.copy()

0 commit comments

Comments
 (0)