Ben Tomlin
Ben Tomlin
It should check charging state on each render (state update), so I have no idea why that does not update..
> Not sure if it's the same bug Your example is related to a new change in HA 2021.12.x (see #217). --- The card does not currently support overriding the...
This is probably more difficult than it looks (because of hold actions etc.). Will consider adding support at some point if it's not too complicated. Confirmation might be supported already...
Setting the `type` field would indicate rendering another card inside the row, which neither this card or slider-entity-row is designed to do. A better solution is to actually support HA...
Guess I missed `numberFormat` on `invert` and `position`. Anything else?
Not quite sure how to fix this, as the problem lies in HA's `compute_state_display` function which uses `formatNumber` on states that have a `unit_of_measurement` or `state_class`. Removing or having no...
I have no idea how to mark an entity as "used", but if anyone can find any documentation or point me in the right direction I'll try to add support...
This is not currently supported, nor am I sure it should be.. I'll try to have a closer look at this at some point.
This is not currently supported, but it would be added with templating support (#35). Not sure when I will get around to implement that though...
I really don't want to add a dependency (like card-tools) to the card if not absolutely necessary. I've seen others use config templating mods like [this](https://github.com/iantrich/config-template-card) to support templates in...