Skip to content

Commit

Permalink
Point to the Ecovacs issue in the library for unspoorted devices (#13…
Browse files Browse the repository at this point in the history
…2470)

Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
edenhaus and frenck committed Dec 6, 2024
1 parent 6fe492a commit 35873cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homeassistant/components/ecovacs/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ async def initialize(self) -> None:
for device_config in devices.not_supported:
_LOGGER.warning(
(
'Device "%s" not supported. Please add support for it to '
"https://github.com/DeebotUniverse/client.py: %s"
'Device "%s" not supported. More information at '
"https://github.com/DeebotUniverse/client.py/issues/612: %s"
),
device_config["deviceName"],
device_config,
Expand Down

0 comments on commit 35873cb

Please sign in to comment.