antonio1475
antonio1475
> UI Minimalist I've been playing with Minimalist UI to try some cards such as the Room ones:  I love how it uses the space and wraps the room...
First attempt at a working Mushroom Room Card, for _my_ need (so very minimal). **Using card-mod!** - Using one column out of two, so it's not using full-width. - Room...
More inspiration for a Room card by benm7: https://community.home-assistant.io/t/lovelace-ui-minimalist/322687/2105 https://community.home-assistant.io/t/lovelace-ui-minimalist/322687/2178  
> First attempt at a working Mushroom Room Card, for _my_ need (so very minimal). **Using card-mod!** Second attempt / different approach just to test (left). Minimalist UI on the...
> > > > @antonio1475 can you share please how you managed to add a second column in ui minimalist (like the one in Comedor & Habitacion card), this is...
Same thing in the iOS app. Thank you for the workaround. I was doing: ``` card_mod: style: | mwc-ripple {display:none;} ``` to remove the ripple entirely because of it. But...
I just saw by chance that background-blend-mode: justify was removed here: https://github.com/UI-Lovelace-Minimalist/UI/issues/970#issuecomment-1242976950
I made further changes so that the volume changes by 1 for TVs, and 5% for speakers. ``` volume_level: | [[[ var volume = states[entity.entity_id].attributes.volume_level; if (states[entity.entity_id].attributes.device_class === "tv"){ volume...
Hi. **Not a solution but a temporary workaround.** I was bothered by the fact that popups open full-screen on mobile (iOS at least), with the cards at the top. Especially...
I think this is solved / no longer necessary in browser_mod 2.x, at least if the card isn't bigger than the screen. I've removed all the styles and using the...