antonio1475

Results 39 comments of antonio1475

> UI Minimalist I've been playing with Minimalist UI to try some cards such as the Room ones: ![image](https://user-images.githubusercontent.com/63130724/156778408-d0e00583-1e3a-408b-932a-01d3b73a5a3b.png) 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 ![image](https://user-images.githubusercontent.com/63130724/170868943-f39e4361-7395-4b8a-bc4a-b5305bfe169c.png) ![image](https://user-images.githubusercontent.com/63130724/170868947-712d4423-bd0f-4eb5-a6cd-916883c82431.png)

> 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...