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
71.17k stars 29.85k forks source link

iBeacon Tracker devices are not deletable, still #122739

Open BlueStar88 opened 1 month ago

BlueStar88 commented 1 month ago

The problem

Skipping pretext, as I simply like to refer to the closed issue:

https://github.com/home-assistant/core/issues/96947

opened by @N3rdix. There was a reference to @bdraco being the code owner.

Anyways, I just stumbled upon the same issue.

Core: 2024.7.2
Supervisor: 2024.06.2
Operating System: 12.4
Frontend: 20240710.0
Logger: homeassistant.components.websocket_api.http.connection
Quelle: components/websocket_api/connection.py:307
Integration: Home Assistant WebSocket API (Dokumentation, Probleme)
Erstmals aufgetreten: 27. Juli 2024 um 19:11:11 (10 Vorkommnisse)
Zuletzt protokolliert: 18:18:55

[547188814128] Error handling message: Failed to remove device entry, rejected by integration (home_assistant_error) ... from ... (Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0)
[547505358592] Error handling message: Failed to remove device entry, rejected by integration (home_assistant_error) ... from ... (Mozilla/5.0 (Linux; Android 13; Pixel 4 XL Build/TP1A.221005.002.B2; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/127.0.6533.64 Mobile Safari/537.36 Home Assistant/2024.7.4-beta.0.0+20240722T153924Z-1 (Android 13; Pixel 4 XL))
[546876332864] Error handling message: Failed to remove device entry, rejected by integration (home_assistant_error) ... from ... (Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0)
[547686374496] Error handling message: Failed to remove device entry, rejected by integration (home_assistant_error) ... from ... (Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0)

Some rumors are, that we have to edit "known_devices.yaml" by hand.

The problem with that is, that the content of that file was once deleted by me. Now it seems the file stays empty. New devices seem not to be propagated into that file again. Well, at least not in real time. 🤔

There's a 'delete' button, so...

What version of Home Assistant Core has the issue?

2024.7.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

iBeacon Tracker

Link to integration documentation on our website

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

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 1 month ago

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

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


ibeacon documentation ibeacon source (message by IssueLinks)