Thanks, Cloos. I’m having a lot of fun with the cards for now. I’m literally redoing my entire mobile layout based on the bubbles.
I have some ideas that could be beneficial for the project in the future, as I have a lot of experience in HA to contribute. I would love to contribute in terms of programming, but my JavaScript knowledge is terrible!
I’m consolidating my thoughts into an earlier post. I hope you’ll read it in the future. Although I know you’re currently very busy, so take your time, and please don’t abandon it because it has a lot of potential. =)
The card is only visible in the dashboard editing mode. How do I debug? Front-end cache is reset. Nothing in HA log.
edit: I am SOMETIMES able to see it in the non-edit default mode, but then I’m probably missing something. The entire thing is visible, the close button does nothing.
And at different times still, it falls apart like this (this is the Bubble card and only the Bubble card):
Is there a possibility that you will add security cameras in the future? And in addition, is it possible to align the text to the right in the card_type: separator
This looks promising, I am testing it now and works quite well. I did find that scrolling the horizontal button cards do not work on my browser. It works great on my phone though.
This is really weird, can you tell me exactly what is still working and what is not? And are you sure that the last version is correctly installed, have you tried reinstalling it?
Sorry if the question is stupid, can you put one or more horizontal stacks inside a vertical stuck pop up?
What i am trying to do is to have only buttons in the dashboard and each button will call a pop up. In the pop up, i want to have all the lights and switches etc.
Somehow, i cannot find it because the pop up editor gives place for only one entity and optionally a sensor.
BETA 7 is in the place! And with the most requested features!
Tap, double tap and hold actions
A fast recap, as you asked me a lot I finally added the possibility to use the HA default tap actions, double tap actions and hold actions on the icons of every cards. This now allows you to display the “more info” window by holding the icon and to turn on/off the lamp of a slider by a single tap for example, everything is possible now and I hope everything works as expected! This is only available in YAML for now.
There is also a new button_type: custom (only in YAML for now) that allows you to use all actions directly on the whole button allowing you to use it for almost everything. Here is an example of a button that toggle all the lights of a room and if you double tap or hold it, it will open a pop-up with all your other lights:
But I also added another very requested feature, you can now use directly styles: | without card-mod which finally allows you to modify the style of the pop-ups, here is how to change its opacity for example:
styles: |
#root {
opacity: 0.95;
}
To change the background color of a button:
styles: |
ha-card > div > div > div {
background: blue !important;
}
Or the color of a slider:
styles: |
ha-card > div > div > div > div.range-fill {
background: blue !important;
}
All these features are still experimental but according to my tests they all works great!
I really dont know, I didnt change anything, but some of my popups just bugged when I updated to beta 6, I tried to rollback to 5 and still no success…
later I will try to recreate them to see if remain bugged.