Skip to content

Commit

Permalink
added: visit button
Browse files Browse the repository at this point in the history
  • Loading branch information
plakna committed Jun 19, 2023
1 parent 32404cf commit d6b72f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/lg_hombot/vacuum.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ def device_info(self) -> DeviceInfo:
},
name=self._name,
manufacturer="LG",
model="Hombot"
model="Hombot",
configuration_url=self._url
)
return device_info

Expand Down

0 comments on commit d6b72f8

Please sign in to comment.