Flexible Horseshoe card for Home Assistant Lovelace UI. A card with a flexible layout, a horseshoe-like donut graph, multiple entities or attributes, graphics and animations!
Currently I couldn't find any option to disable the card to show the unit of measurement for an entity. I one card I'd like to show my download speeds, which is in combination with the mesaurement unit quite large for one line:
350 Mbit/s
Currently I couldn't find any option to disable the card to show the unit of measurement for an entity. I one card I'd like to show my download speeds, which is in combination with the mesaurement unit quite large for one line: 350 Mbit/s
I was not able to manually set the attribute unit to empty (e.g.
unit: ''
) or just leave the whole attribute out of code. In both cases the default measurement unit was chosen. I think following lines must be adapted to allow at leastunit: ''
: https://github.com/AmoebeLabs/flex-horseshoe-card/blob/e09bb7b30228bd12dba3861fa0d3d5804e41ecc1/flex-horseshoe-card.js#L1719-L1725Expected solution: