You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When upgradring to 1.3.9 I now have the issue that the image in the notification is wrong (and old). The problems seems to be that the images are now saved as
/local/llmvision/-0.jpg
whereas the blueprint expects it to be as before
/local/llmvision/_0.jpg
The error is apparent if you look into valentinfrlch/ha-llmvision/custom_components/llmvision/media_handlers.py and compare with valentinfrlch/ha-llmvision/blueprints/event_summary.yaml
The text was updated successfully, but these errors were encountered:
So sorry for the oversight! You are correct. For now you can use the 'Live Preview' as this should still work. The blueprint has lots of issues and I plan on fixing them very soon.
dfan87
added a commit
to dfan87/ha-llmvision
that referenced
this issue
Feb 16, 2025
When upgradring to 1.3.9 I now have the issue that the image in the notification is wrong (and old). The problems seems to be that the images are now saved as
/local/llmvision/-0.jpg
whereas the blueprint expects it to be as before
/local/llmvision/_0.jpg
The error is apparent if you look into valentinfrlch/ha-llmvision/custom_components/llmvision/media_handlers.py and compare with valentinfrlch/ha-llmvision/blueprints/event_summary.yaml
The text was updated successfully, but these errors were encountered: