Hi, this is normal, there is a breaking change in the latest beta but you can get it back. It’s always important to read the changelogs, even more when testing the betas, here it is:
You can also find the link to the changelogs when you create a Bubble Card in the editor, the link is below the animated GIF.
It looks like this: With space to the left and the text seemingly centered.
nevermind this. it was .bubble-name with text align.
how do I change color and size of the dropdown button itself - and ideally, is there a way to move the button to the left instead of the right (like it is right now)?
it shows the state of one tv. Since I have it included in a button card template is there any way to make the entity a variable or change it based on another sensor state similar to
I don’t know what is happening here, but will take a look at this, thanks for the feedback!
Edit: I also don’t understand why you have a mix of default custom styles and card mod styles, but that’s totally unrelated.
Edit 2: I’ve just tried and I’m unable to reproduce this with your YAML, is the issue with the backdrop behind the pop-up or with the pop-up background itself? Also, have you added the modified backdrop blur to the first pop-up in your view order?
2.b) For the placement. Everything is possible but this would be loads of work. Checkout: CSS Layout - The position Property if this really needed for you.
3.) Conditional text:
${card.querySelector('.bubble-name').innerText = state === 'on' ? hass.states['media_player.bedroom_tv'].state : 'Off' }
It will show the remaining time if the washing machine is running. I used the following code to hide the icon when unavailable, but have no luck with states or text.
How do I amend the theme please? I’ve looked at the bubble theme and can’t see bubble-accent-color within it. I assumed I’d just change the colour there.
Over the past year, I’ve been working almost everyday on Bubble Card to make it the best it can be, and I still don’t believe how much it have grown in popularity. Watching the community getting this big and seeing so many people using my work has been incredibly rewarding.
Today I have an announcement to you all, I decided to create a Patreon as a way to offer something more for those who want to support me. On my Patreon, I share advanced YAML configurations, custom styles, and templates to help you get even more out of Bubble Card. For example, I’ve added one (my favorite) that allows up to four conditional badges placed around the card’s icons, like little sub-buttons that can display icons based on any entity state. It’s also a great way to learn about all the possibilities of Bubble Card custom styles and templates!
If you like my project and want to support its development, subscribing to my Patreon is probably the best way to help me keep the project going.
Also, let me know if you have any suggestions or feedback on this. Trying to find a way to monetize my work was not something I ever imagined doing, but I really hope you see it as a way to keep improving the project, and not as a negative step.
Here is the link:
Thank you so much for being part of this amazing community, your support will always makes a huge difference!
P.S.: The final v2.3.0 is almost done, thanks again to all the testers!
Can I do this for sub-buttons too? And if so how do i get the state of those sub-button entities? it seems to only be getting the state of the main button entity. Thanks in advance!