My Galaxy S23+ has been having lots of problems recently w/ the mobile app, to the point that I don’t even use it anymore, instead relying on the URL in a browser. It might have something to do w/ my Cloudflare setup, but thats a different story.
For some reason, there are 4 separate entries in the “Devices” which all relate to my phone, but 3 of them are non-functional. I have tried deleting them, to no avail. Same thing with disabling them. I have renamed the one that is functional to be “PC’s Phone”, but for some reason, the entity listing still reverts to 4 separate devices for SM-916U.
Help please.
Log includes this:
Logger: homeassistant.config_entries
Source: config_entries.py:604
First occurred: 8:08:43 AM (4 occurrences)
Last logged: 8:08:43 AM
Error setting up entry SM-S916U for mobile_app
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 604, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/mobile_app/__init__.py", line 118, in async_setup_entry
webhook_register(hass, DOMAIN, registration_name, webhook_id, handle_webhook)
File "/usr/src/homeassistant/homeassistant/components/webhook/__init__.py", line 54, in async_register
raise ValueError("Handler is already defined!")
ValueError: Handler is already defined!