Is there a way to make the width match the resolution used? Right now no matter what the resolution is, my Lovelace is stuck at width “a”. Width “a” is good for my phone but not when I use my PC, is there a way to make it match width “b” when a PC is used or landscape mode on a phone?
There are numerous ways to achieve this.
- The built-in method would be to use “panel_mode”, see here: Panel View - Home Assistant
- The better (read more flexible) way would be to use the
custom_component
layout_card. You can find information about that here: GitHub - thomasloven/lovelace-layout-card: 🔹 Get more control over the placement of lovelace ca
1 Like