Bubble-Card
Bubble-Card copied to clipboard
Rows and Columns Editor missing & Rows no longer applied
Describe the bug
Rows and Columns Editor missing & Rows no longer applied
To Reproduce
- Create card via yaml below.
- Observe gui lacks old drop down
- Observe that card is repecting the column but not the row
If this feature is purposely deprecated, then the version should probably be v3 as this would be a breaking change.
Expected behavior
The card to be 25% as high when row set to 0.25 and twice as high when set to 2.
The old gui to still be present (see screenshots).
Screenshots
v2.5.0-beta.7:
v2.4.0:
YAML
type: custom:bubble-card
card_type: separator
modules:
- default
name: Example
rows: 0.25
columns: 2
Informations (please complete the following information):
- OS: Windows 11
- Browser/App: [Chrome
- Bubble Card version: v2.5.0-beta.7
- Home Assistant version: v2025.2.4
Hi! This is intended, I've removed it because this is not needed anymore, the migration of previous columns/rows values should be automatic, you can now use the default "Layout" tab in the editor for that.
Indeed rows are not migrated, I will add that for the next release.
Thank you for the clarification and adding row migration to your list of things to add to the next release!