Skip to content

Commit

Permalink
Typo on merge
Browse files Browse the repository at this point in the history
  • Loading branch information
arpena committed Jun 14, 2024
1 parent d673e97 commit 9595d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/sagemcom_fast/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async def _async_update_data(self) -> dict[str, Device]:
# get all hosts
hosts = await self.client.get_hosts()
# get information about mesh devices
data = await self._client.get_value_by_xpath("Device/Services/WSHDServices/WSHDDevicesMgt/Devices")
data = await self.client.get_value_by_xpath("Device/Services/WSHDServices/WSHDDevicesMgt/Devices")
meshdevs = {d['mac_address'].upper():d for d in data}
finally:
await self.client.logout()
Expand Down

0 comments on commit 9595d44

Please sign in to comment.