rhadamantys

Results 5 comments of rhadamantys

I think that issue should have been solved with [PR#56](https://github.com/custom-cards/canvas-gauge-card/pull/56).

Version 0.6 is from Feb/13. PR#56 has been created March/21. I guess, we need a new release.

Can you try to open the page in private browser window? I remember I had some trouble with my browser cache during testing. Make sure, the new .js file is...

I did some debugging recently, and I figured, that the gauge card gets initialized every time, a new value is reported. That means, that the current value (the value, that...

@Olen: you were right. It is actually `if (this._gauge == null) { }` in the canvas-gauge-card.ts file. Now it is working locally on my home assistant instance. Thanks a lot...