Is anyone allse having the problem that on ios Homeassistant app it generates a double tap insted of a tap when clicking the buttons?
Started a few days ago for me. and i changed nothing in my configs but it might be related to an updated of either this addon of the app itself. Trying to narrow it down. On my computer it all works fine. But on my 2 phones it generates double tap. (when tapping once)
Make sure you are running the latest version (3.1.1). You can see the version in the javascript console. Had some issues with HACS lately. Also clear the cache your phones
Please report back after, with the phone model if it doesnāt work
Thereās a report open for that on github. Iāll have a look, I donāt know how itās done in core but itās surprising that this is done on the front-end. Thoughts @iantrich?
having used my button_card_template for lights for such a long time, I seem to have completely forgotten how to use the gridā¦
hoped this was a quick fix, but apparently not:
using:
this is the full styles section now (already added the text-align: start for the label, the rest is how is was), any ideas how tho shift the label to the left? :
Going by memory here as currently at work, but I think I do justify-self:end on the label to force it to the far right of the grid cell, and set some padding on the right, in the card style to push it back towards the left a little.
ok, I will check the options again thanks for your feedback!
because I FRād stateDisplay on the button, Romrider directed me to the custom_fields possibility we already have. Still hoping a state Display will become available in the future, this does it for now, though I havenāt fine-tuned it completely, and is a bit of a hassle I must admit:
it does have the advantage of the state_label remaining formatted like this, no matter the resizing of the button. The other setup looks good in 1 size, but resizing makes it look odd, I admitā¦
disadvantage is coloring the state and label independently takes a full Css/html course to achieveā¦;-(
next up:
but the than the filter: opacity(80%) none of the other styling options stick. I want another color and none of the available colors change, rgb, name, hex, quoted and unquoted, you name it. Also Id like the slider to fill the button, so I tried the padding: 0px, but the result stays like this:
please @RomRider could you point me to the solution for styling the slider?
thanks!
a ok, I will try that, thanks. didnāt think of that because this is in my button_card_templates, can we style these templates also?
if I need card-mod ho come the opacity filter does work then? Are any other settings available native the styles field for the custom_field or is that dependent on the custom card we use. Trying to better understand what weāre doing here