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

Custom entity Icons missing for Helpers in settings/entities table #19896

Closed
4 tasks done
Krispkiwi opened this issue Feb 28, 2024 · 5 comments
Closed
4 tasks done

Custom entity Icons missing for Helpers in settings/entities table #19896

Krispkiwi opened this issue Feb 28, 2024 · 5 comments
Labels

Comments

@Krispkiwi
Copy link

Checklist

  • I have updated to the latest available Home Assistant version.
  • I have cleared the cache of my browser.
  • I have tried a different browser to see if it is related to my browser.
  • I have tried reproducing the issue in safe mode to rule out problems with unsupported custom resources.

Describe the issue you are experiencing

There's an issue with Home Assistant's frontend not syncing entity icons on the entities tab. You can go through an re-icon most entities in the entities tab itself (despite them already being set on the devices tab) but not all, for example input booleans do not change over even when you attempt to manually fix it.

https://imgur.com/a/pyTeF0X, also example here: https://imgur.com/a/I4KRGGR

I've tried multiple different instances and this one I'm taking the screenshot of is only hours old. Also asked in Lewis's discord and a few other people have noticed it.

Describe the behavior you expected

Device icons in the entities tab should sync with the device icons set on the entity itself

Steps to reproduce the issue

  1. Add an entity such as a toggle helper or some other entities, I'm also seeing it with aqara products
  2. Go to the entities page, you'll see the entity icon doesn't match the one you see on the device

What version of Home Assistant Core has the issue?

2024.2.4

What was the last working version of Home Assistant Core?

No response

In which browser are you experiencing the issue with?

All of them

Which operating system are you using to run this browser?

Windows 10

State of relevant entities

It can be any type of entity but some are more prominent such as helper toggles which are on or off

Problem-relevant frontend configuration

No response

Javascript errors shown in your browser console/inspector

No response

Additional information

No response

@Krispkiwi Krispkiwi changed the title Entity Icons no longer Entity Icons no longer sync Feb 28, 2024
@karwosts
Copy link
Contributor

I agree something is not right here for helper entities.

The table seems to want to find an icon in the entity registry, but it seems for helpers when you set a custom icon, that doesn't go in the entity registry, but goes in some kind of config entry (and is still an attribute as part of the state object?)

@karwosts karwosts changed the title Entity Icons no longer sync Custom entity Icons missing for Helpers in settings/entities table Feb 29, 2024
@ildar170975
Copy link
Contributor

ildar170975 commented Mar 1, 2024

Confirm this, all icons are missing (Chrome, iOS companion) (cache cleared):

image

The 1st row is for a helper made in UI.
It has a default icon.
Other rows - for helpers defined in yaml with custom icons.
All icons are not displayed.

@ildar170975
Copy link
Contributor

ildar170975 commented Mar 9, 2024

A related issue: for an input_boolean helper with a customized icon - a standard icon is shown:

image

image

@ildar170975
Copy link
Contributor

Seems to be fixed in 2024.4.1

Copy link

github-actions bot commented Jul 4, 2024

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍
This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Jul 4, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants