@DaveUK83 wrote:
Hi everyone, very new to HA, but slowly getting there by watching videos and some superb topics on the forum!
One thing I do seem to be struggling with is trying to fill the white space with cards on a new tab I added.
The default Home tab seems to make use of all the space available, however i’m stuggling to re-create that. This is what mine currently looks like:So far, I’ve had to use two horizontal-stack otherwise having 5 cards next to each other makes it very very small. This is my current code for the top horizontal-stack (The second horizontal-stack is virtually identical)
title: Ceiling Lights type: horizontal-stack cards: - type: 'custom:light-entity-card' entity: light.hue_color_spot_2_2 header: Hue 1 persist_features: true group: false color_temp: false effects_list: false - type: 'custom:light-entity-card' entity: light.hue_color_spot_1_2 header: Hue 2 persist_features: true group: false color_temp: false effects_list: false - type: 'custom:light-entity-card' entity: light.hue_color_spot_5_2 header: Hue 3 persist_features: true group: false color_temp: false effects_list: false
Any help greatly appreicated.
Posts: 1
Participants: 1