#Progressbar on tile card
1 messages ยท Page 1 of 1 (latest)
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.
23:29
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. ๐คทโโ๏ธ
Yes, that could very well be the case, either a beta version or some custom card. Thanks for trying anyway! ๐
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.)
I am not Piitaya, but here is how you can reproduce it
Step 1 : Download "Custom Features for Home Assistant Cards" on HACS
Step 2:...
Well a video will be faster
- 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 ๐
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.
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 ๐
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!