#Progressbar on tile card

1 messages ยท Page 1 of 1 (latest)

tough spear
#

Hi , i'm trying to get a tile card with "progressbar" for my electric car's SOC as in the presentation "2024.9: Sections go BIG" does anyone know what code is used? when i add my sensor i got "No compatible features available for this entity"

fresh kraken
#

Do you have a timestamp or link to what you saw? I didn't watch it but skimmed through trying to find it without luck.

tough spear
#

23:29

fresh kraken
#

So, I spent the last twenty minutes trying to figure it out myself. Did some Googling. I looked at the Features for dashboard cards and there was nothing there. Tried looking at the card's code (but I don't understand that gibberish). Tried zooming in on the card thinking maybe it wasn't a Tile card but instead something else or a Tile card with something else.
I suspect that might be something that is in Beta perhaps. I noticed the address in the demonstration was hometest.local. Maybe you spotted a feature that hasn't been released yet. ๐Ÿคทโ€โ™‚๏ธ

tough spear
#

Yes, that could very well be the case, either a beta version or some custom card. Thanks for trying anyway! ๐Ÿ˜ƒ

fresh kraken
#

I don't think it is a custom card. I noticed the padding at the top of the card shows basically the same way in my test with the brightness. When the special_feature is enabled, the top padding is a couple of pixels more than without the special_feature enabled which matches what you saw in the video. That's what kind of makes me more to believe that it's a Beta.
I'm sure you could get a custom card to look and act like that. It might be a bit of work or just wait and see what happens.
If I were to attempt to make something like that, I'd use a custom:button-card, with a custom:bar-card as a custom_field with some card_mod to stylize the bar.

#

But, I'm not sure if it would play nice with the Sections view. (I haven't really used it much.)

regal saddle
#

I am not Piitaya, but here is how you can reproduce it

#
  • Edit tile card
  • add custom feature
  • slider
  • change thumb type to flat (Because you cannot drag the battery slider)
  • change action to none (because again, you cannot drag the battery slider)
#

cc @golden axle in case you want to tell us how you did yours ๐Ÿ˜‰

golden axle
#

Hi ๐Ÿ‘‹, I'm using a custom feature (https://github.com/piitaya/custom-card-features). It's not released yet, I'm testing new features on this custom repository so I don't recommend to install it today ๐Ÿ˜…. The solution from JLo will work. The repo he shared allows high customization of features for the tile card and is maintained.

regal saddle
#

But be carreful ๐Ÿ˜„
It's a rabbit hole.

It like you have too much power you want to add buttons everywhere after that ๐Ÿ˜„

#

Vacuum card allowing selected room cleaning

#

Standing desk

#

I have custom buttons everwhere thx to this repo ๐Ÿ˜‚

tough spear
#

I've been searching for this, I "thought" it was part of the release ๐Ÿ˜† But this works just the way I want it, and I don't need to use a ugly gauge. Thank you!