The versatile custom Swiss Army Knife card for Home Assistant allows you to create your unique visualization using several graphical tools, styling options and animations.
244
stars
21
forks
source link
User SVG's don't update when state is changed. #153
Before you file a bug, make sure that you did not make a configuration mistake. The Swiss Army Knife in its current state does not yet have full configuration sanity checks!
So make sure your problem is not related to that!
[x] Yes, I'm sure that it is not a configuration mistake
Bug description
See title.
The culprit seems to be that SVGInjector.
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop browser (please complete the following information):
OS: [e.g. Windows]
Browser [e.g. chrome, safari]
Version [e.g. 110]
Companion App on Smartphone/Tablet (please complete the following information):
Device: [e.g. iPhone16]
OS: [e.g. iOS16]
Browser [e.g. stock browser, safari]
Version [e.g. 16]
Additional context
Add any other context about the problem here.
(Optional): Suggested Solution
Don't use the injector for now, but plain external svg. Now you can't style it anymore, but at least it works. Stuff like masking also works now we are using the external svg...
Bug report notice
Before you file a bug, make sure that you did not make a configuration mistake. The Swiss Army Knife in its current state does not yet have full configuration sanity checks!
So make sure your problem is not related to that!
Bug description
See title.
The culprit seems to be that SVGInjector.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop browser (please complete the following information):
Companion App on Smartphone/Tablet (please complete the following information):
Additional context Add any other context about the problem here.
(Optional): Suggested Solution
Don't use the injector for now, but plain external svg. Now you can't style it anymore, but at least it works. Stuff like masking also works now we are using the external svg...