Olen
Olen
Hm. You seem to be right. The function `updated(_)` is actually initializing the card on each update. Could it be as easy as wrapping everything from https://github.com/custom-cards/canvas-gauge-card/blob/929c18ade795eb5dc29a75212e42f6e8371c8584/src/canvas-gauge-card.ts#L123 to https://github.com/custom-cards/canvas-gauge-card/blob/929c18ade795eb5dc29a75212e42f6e8371c8584/src/canvas-gauge-card.ts#L145 in...
Looks great. If you don't mind, I am more than happy to have something like this merged and released as a version 1.0
The card is now converted to TypeScript. Please update the PR
What is missing to get this into v3? Anything I can do to help?
My use case is using Traefik as a simple "firewall" (I know that is not what it is made for, but it has some advantages), as I am dockerizing basically...
You need to add the path relative to the ha http url. My guess would be something like `/local/nome.jpg`
Should be able to do something like ``` var displayVal = hass.formatEntityState(hass.states[sensor[attr]]); ``` Around line 305. But as we hide the unit on small screens, we would need to split...
Partial fix in the latest beta. Precision is now fetched gtom formatEntityState, but unit is still fetched from the WS-request.
I agree with scop on this. What is the problem with using package specific logging? Please merge, as it makes filtering of logs in other apps much easier.
> WARNING: [regulator] Write to characteristic failed for: [0000ffd1-0000-1000-8000-00805f9b34fb] with error [In Progress] Those are just warnings. Usually because another write operation has not completed yet. It will just retry...