home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.87k stars 28.96k forks source link

ToDo list broken #121234

Closed JensRudolph closed 4 days ago

JensRudolph commented 5 days ago

The problem

Cant add/remove or check items on To-Do lists.

Screenshot_20240704_192318_Home Assistant Screenshot_20240704_192252_Home Assistant

What version of Home Assistant Core has the issue?

2024.7.0

What was the last working version of Home Assistant Core?

2024.6.4

What type of installation are you running?

Home Assistant OS

Integration causing the issue

ToDo list

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 4 days ago

Hey there @home-assistant/core, mind taking a look at this issue as it has been labeled with an integration (todo) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `todo` 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 todo` 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)


todo documentation todo source (message by IssueLinks)

home-assistant[bot] commented 4 days ago

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

Code owner commands Code owners of `local_todo` 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 local_todo` 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)


local_todo documentation local_todo source (message by IssueLinks)

allenporter commented 4 days ago

Can you try restarting in safe mode?

My assumption is this means you have a custom component installed that is breaking the python environment. (Roborock is the culprit typically. I recommend using new version in core)

JensRudolph commented 4 days ago

Yes, the custom roborock integration broke it. I tried using the core version, but it lacks some things and my vacuum card didn't work out nicely. So I ended up reinstalling the custom integration, which solved the issue. This is also persistent after a restart.

Also I stated this issue on the integration, so it can be closed here.