Can I stack only two sub-buttons vertically while keeping the card single-row? #1817
Unanswered
smx71
asked this question in
Questions about config, custom styles and templates
Replies: 1 comment 2 replies
-
|
Hi! Isn't what's your looking for? Edit: Sorry I skipped a part, this is indeed not possible by default, but I will see if this can be done (maybe with custom styles). Edit 2: I missed the screenshot as well, I'm tired 🫠 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goal
I’d like to stack Temperature above Humidity (two lines) on the right side of a Bubble Card, while keeping the other sub-buttons (e.g., a door sensor, light switch, etc...) in the default single-row layout. In short: two rows only for a subset of sub-buttons, not for the whole card.
Source Yaml
Which step did you already try?
No response
Problem
card_layout appears to be a card-level setting (large, large-2-rows, large-sub-buttons-grid, etc.).
If I choose a two-rows layout (large-2-rows or grid with rows: 2), it applies to the entire card, which makes the card taller.
Home Assistant / the card config does not seem to allow two different card_layout values in the same card.
Read the documentation
Beta Was this translation helpful? Give feedback.
All reactions