-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor hanging forever #1313
Comments
I am having the same issue, when I try and edit the header settings home assistant resets and all progress is lost. Also when adding text into any field home assistant, instead of text being entered the bubble card editor closes. |
This problem started after updating to Home Assistant Core 2025.3.0. Reverting to 2025.2.5 has fixed this for me. |
The same problem after updating to Home Assistant Core 2025.3.0. My interface freezes when adding or editing any climate card. I noticed that this issue only occurs when using a vertical or horizontal stack. If the Bubble cards are added separately, everything works correctly. |
same here |
Getting this too but only on my button card for my fan. (And I see a problem in the temperature-heatmap-card too.)
|
Same here whith horizontal stack cards with bubble card insight. When I’m trying to modify a bubble card in a horizontal stack card, the browser crashes (tried with 2 browsers and the companion app on Android 15 - clicking on “2” in the red circle). This applies only to existing cards, new cards generated after upgrading to new HA core are not affected. Editing in YAML still works. Bubble card 2.4.0 and HA Core 2025.3.0 |
Same problem here. Adding a sub-button only when the bubble-card is within a vertical-stack. When the bubble-card is not contained within a vertical-stack the editor works fine. |
Describe the bug
Imposibility to edit dashboard using Visual Editor
To Reproduce
Steps to reproduce the behavior:
YAML
Simple section
type: vertical-stack
cards:
card_type: separator
button_type: name
name: Test
tap_action:
action: none
button_action:
tap_action:
action: none
show_state: false
card_layout: large
show_icon: false
modules:
card_type: button
modules:
button_type: name
card_layout: large
icon: mdi:home
name: Test
The text was updated successfully, but these errors were encountered: