-
Notifications
You must be signed in to change notification settings - Fork 162
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
Blueprint : Problem with the entity picker. #109
Comments
I was able to work around this issue by changing the blueprint yaml and replacing the lines containing: As you can see in the screenshot the "Entity of the card one" was changed in the blueprint and the "Entity of the card two" was left "as-is". |
Restarting fixed it but if you try to add it comes back. |
I was able to work around by replacing |
So, I accidentally discovered a workaround (and a potential clue to the issue here). If you navigate to a page where an entity picker is used elsewhere (I went to Dev tools->States - there's an entity picker under set state), and then navigate back to this page, the entity pickers get filled in correctly. If you refresh, they go away again. |
any update on this? none of the above solutions work for me... |
Cool, but isn't this more of a bandaid? It would be awesome to have this bug fixed as this makes the set-up very long... |
same issue is effecting multiple pages. |
it sounds great but I don't understand how you integrate this into your code can you show us a snippet of you code please? |
Hi Tristan
Let’s take the blueprint “TheeCardGraphics“ as an example. This blueprint should let you select 3 entities and the original code is:
![image](https://github.com/user-attachments/assets/0a5f1a23-15f5-4821-b9fa-cef1be7a0078)
You can see the code I was referring to on line 17, 30 & 43.What I did is to change the code to:
![image](https://github.com/user-attachments/assets/13bcacb2-6261-4272-ae6f-aeb49077aea6)
As you can see, I replaced the original code with the one I suggested and for me it worked. Hope this helps!?
|
There is a problem with the entity picker. The field is no longer available to select an entity.
The text was updated successfully, but these errors were encountered: