Fixed those issues… For some reason it didnt download beta .10… But iv got one more issue to show you!
Those cards are exactly the same! But the button_type: switch adjust the style correctly and the button_type: state doesnt ( Its about the background color. )
Also the button_type: state tap_action on button doesnt work correctly.
I’m glad that your other issues are fixed, and indeed the button actions are not working for a state button, I will take a look at that and also at the color issue.
If you missed it, you can take a look at the 2.0.0-beta.1 (huge) full changelog here.
Version 2.0.0-beta.11
Hi! Here’s another new beta. I’ve said this a lot, but this one should be really close to the stable version!
There are still some known compatibility issues with some cards and with the Fully Kiosk Browser, but aside from that, everything should now work as expected!
Bug fixes and optimizations
Fixed the state button background color, which was different from other buttons when a custom style was defined
The button actions are now working for state buttons
The sub-buttons are now displaying the correct icon in all cases
These features were added in beta 9, but I forgot to mention them:
You can now scroll inside a button if the content overflows
I’ve moved all settings related to the pop-up header button to the “Header settings” section in the editor
First of all a note of thanks to @Cloos. Bubble cards are rapidly replacing many other custom cards for my dashboard.
Some feedback and a request to try and help the project…
Feedback
Perhaps stupidly I was struggling for ages to get the pop-ups to work. I assumed they had to be in their own dashboard. Making it clearer in the documentation that the vertical stack and pop up card go on the same dashboard from which they are triggered would help.
Request
Home assistant lacks a simple, space efficient thermostat. A thermostat card in the bubble card style would be great. I don’t think it needs to be more than this functionality wise…
Indeed you are not the first to try that, I will indeed add some words about that!
And for your thermostat card you can now do it yourself easily with the sub-buttons, for example one for showing the temperature and two others for the - and +. I don’t have a smart thermostat myself so I don’t have any YAML example to show you.
Beta 11 functions nearly perfect on everything but android. IOS and desktop browsers are lightening fast, but anything, including the home assistant app, on android is very slow. It takes 15 seconds for pop ups to load and respond to input. I have cleared cache and reinstalled the app. It also doesn’t work on fullly kiosk browser.
So about the sub-buttons for thermostat, there’s no relevant service call. The only way I could figure out how to do it was through custom button cards as they support JS…
So I think it can be done without JS by making two scripts for each climate device (one to lower and one to increase temp), then making a service call to each script. However, this seems like a tiring solution.
A new card type making life simple would be much appreciated by noobs like me.