Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neato: SyntaxWarning: invalid escape sequence '\d' #115402

Closed
luke7101 opened this issue Apr 11, 2024 · 2 comments · Fixed by #115435
Closed

Neato: SyntaxWarning: invalid escape sequence '\d' #115402

luke7101 opened this issue Apr 11, 2024 · 2 comments · Fixed by #115435
Assignees

Comments

@luke7101
Copy link

The problem

Getting this error at boot, otherwise integration seems to work normally

/usr/local/lib/python3.12/site-packages/pybotvac/robot.py:141: SyntaxWarning: invalid escape sequence '\d'
  endpoint=re.sub(":\d+", "", endpoint),  # noqa: W605, Remove port number

What version of Home Assistant Core has the issue?

core-2024.4.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Container

Integration causing the issue

neato

Link to integration documentation on our website

https://www.home-assistant.io/integrations/neato/

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

/usr/local/lib/python3.12/site-packages/pybotvac/robot.py:141: SyntaxWarning: invalid escape sequence '\d'
  endpoint=re.sub(":\d+", "", endpoint),  # noqa: W605, Remove port number

Additional information

No response

@home-assistant
Copy link

Hey there @Santobert, mind taking a look at this issue as it has been labeled with an integration (neato) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of neato can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign neato Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


neato documentation
neato source
(message by IssueLinks)

@Santobert
Copy link
Member

Thanks for the notification. There is already a PR here: stianaske/pybotvac#85

@Santobert Santobert added waiting-for-upstream We're waiting for a change upstream problem in dependency labels Apr 11, 2024
@github-actions github-actions bot locked and limited conversation to collaborators May 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants