LukasGrebe / ha-addons

Addons for Home Assistant
GNU General Public License v3.0
43 stars 49 forks source link

All entities having the device name prepended to them #139

Closed apbarratt closed 1 month ago

apbarratt commented 1 month ago

Every single entity that shows up in home assistant has its device name prepended to it, making it extremely difficult to view them.

Home assistant automatically adds device names to the front of entity names too, meaning we end up with the name twice in the More info view and the full entity_id ends up with the name twice too.

Screenshot 2024-10-10 at 11 12 39 Screenshot 2024-10-10 at 11 15 27

tjorim commented 1 month ago

The add-on has no control over this. It just uses https://github.com/john30/ebusd. It's possibly already fixed but the last release was not published to alpine.

apbarratt commented 1 month ago

I note that the main description for 23.3 does not mention an Alpine release note, but if you click into the discussion page this is corrected to read For Alpine Linux, run apk --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community add ebusd https://github.com/john30/ebusd/discussions/1107 I've created a separate ticket for upgrading this. Hopefully we can get it done?