This is probably more of a "me" problem as I'm sure there's a better solution to how to lay this data out that better shows information on both a browser and the companion app.
The screenshots show what I'm experiencing, but the gist is that I have a panel dashboard as a vertical-stack with a 3-card horizontal stack, followed by a single card for the thermostat controls.
This layout seems fine for the brower, but when viewing on app it's cutting off a lot of view. Is there a better way to lay out the mobile view so that the temperature cards could all be vertical? Open to any other suggestions as well.
views:
- title: Home
cards:
- type: vertical-stack
cards:
- type: horizontal-stack
cards:
- type: custom:apexcharts-card
- type: custom:apexcharts-card
- type: custom:apexcharts-card
- type: thermostat
entity: climate.living_room
features:
- type: climate-hvac-modes
hvac_modes:
- 'off'
- heat
- cool
- heat_cool
badges: []
type: panel