valentinfrlch / ha-llmvision

Let Home Assistant see!
Apache License 2.0
285 stars 12 forks source link

Input boolean name and the proper icon not visible after data analyzer changes its state. #90

Open AndyBerman opened 1 week ago

AndyBerman commented 1 week ago

Bug Description

The data analyzer function works perfectly. afterwards, the input boolean state has changed to true, but when I look at the list of all my Helpers, the entity name is blank and the icon is showing the default icon instead of the custom icon.

Note that when clicking on the helper, the name and icon display properly.

This is also affecting the badge I use to display the entity on my dashboard. Its missing the name and shows the wrong icon.

If i manually change the input helpers state after the data analyzer runs, the name and icon are restored.

1.3.1

Service Call

Paste your service call

Logs

Paste relevant logs here

Additional context

Im running home assistant version 2024.11.1

valentinfrlch commented 1 week ago

Thanks for reporting this! I was able to reproduce the issue. I think the sensor state is not updated correctly. I have limited time at the moment, but will look at this soon!