Hi, I’m trying to get a single Advanced Camera Card to fill the available space on a tablet view in Home Assistant, without using Panel mode and without card-mod/CSS.
I’m using Sections layout with only one section and one card (max_columns = 1), but the card is still displayed in a “narrow centered container” (screenshot). I expected it to use the whole available screen width/height.
Example :
type: sections
max_columns: 1
sections:
- type: grid
cards:
- type: custom:advanced-camera-card
cameras:
- camera_entity: camera.artur_2
live_provider: go2rtc
- camera_entity: camera.podjazd_2
live_provider: go2rtc
live:
display:
mode: grid
Questions:
- Is this container width limitation expected for Sections on tablet/mobile?
- What’s the recommended layout to get a “nearly full screen” single card without Panel (e.g. Sidebar, Grid (layout-card), Masonry (layout-card))?
- Any settings in HA/ACC that control this (without CSS)?
Thanks!