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

Red exclamation mark icon when a custom integration helper is created in helpers overview #21931

Open
3 of 4 tasks
kgn3400 opened this issue Sep 9, 2024 · 3 comments
Open
3 of 4 tasks

Comments

@kgn3400
Copy link

kgn3400 commented Sep 9, 2024

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

Red exclamation mark icon when a custom integration helper is created in helpers overview.

Below are a example of creating a Spook inverse custom integration helper:

SCR-20240909-jqdm SCR-20240909-jspg

Clicking on the red exclamation mark icon opens the options dialog flow. Making changes or just click the send button doesn't change anything, the helper is still marked with a red exclamation mark icon.

Refreshing the page removes the red exclamation mark icon and marks the helper as working correctly :

SCR-20240909-kibs

It seems to be a problem only for custom integration helpers.

Describe the behavior you expected

No red exclamation mark icon when creating a custom integration helper.

Steps to reproduce the issue

...

What version of Home Assistant Core has the issue?

core-2024.9.1

What was the last working version of Home Assistant Core?

core-2024.8.3

In which browser are you experiencing the issue with?

No response

Which operating system are you using to run this browser?

No response

State of relevant entities

No response

Problem-relevant frontend configuration

No response

Javascript errors shown in your browser console/inspector

No response

Additional information

No response

@karwosts
Copy link
Contributor

karwosts commented Sep 9, 2024

I see this sometimes for core integrations as well, like riemann sum. This indicates there is a config entry for a helper, but the entity does not exist (yet?).

@kgn3400
Copy link
Author

kgn3400 commented Sep 9, 2024

You are right. I just tried it for the core Integral helper and it had the same problem. I have also tested Number, Counter and Text which do not have this problem.

I am very sure that this problem was not there for the custom helpers I use in version 2024.8.3...

But if it is as you described the problem, then should the frontend automatically update the status when the integration helper is fully in place/loaded. And not that you have to carry out a refresh yourself?.

@kgn3400
Copy link
Author

kgn3400 commented Sep 9, 2024

I just tested on a version 2024.7.2 and here Integral, Spook invert and Attribute as sensor worked without problems. No red exclamation mark when they were created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants