Make sure you clear your cache and validate you are running the latest version from the browser javascript console. If it’s running fine on one device, it doesn’t mean it’s going to be running on another device if the cache hasn’t been cleared on the other device too.
Thanks!
That seems to be working now, although I did everything you wrote last time as well, and checked the console, and of course used the same structure, but clearly missed something.
Now it is working.
I love the button card and I’m busy changing every lovelace tab into button card views.
I have a card to control my Logitech Z906 amplifier and need some help.
To control this dumb amplifier, I use a broalink RM mini 3.
I created automations for every input like this;
.
Every input is a switch and when I select an input all others will be turned off by the automations
This is working and displays as so in my normal lovelace view:
In my button card view the state is not updated.
When I click on another input, the input changes, but the buttons not:
The idea is that when I click on input 3, all other icons display ‘off’
When I click on input 4, all othe icons display ‘off’ (now button 3 stays on, but it should be ‘off’ and so on
Seems like this is not automation but scripts? Shouldn’t you call the script when you tap each button instead?
Also, this would be easier to achieve with an input select than with so many switches, but it’s another subject
You’re right, I wrote it wrong.
They are scripts, not automations.
I don’t know how to achieve the same with ‘input select’
Would the buttons work the way I want if I use ‘input select’?
Then you have to add the tap_action which calls the script on each of your button-card, else it’s just a switch toggle which happens.
For the input_select, it’s an entirely other discussion unrelated to button-card.
I read carefully all change logs… update custom:button-card to 3.4.2, update browser_mod to 1.3.0, update HA to 2021.2.3 and its related HA OS update…but I’m still not able to recover my buttons working correctly… Popups does not appears anywhere (Firefox, Chrome, Android App).
Please find below my code (lines commented are my old working version before update to 1.3.0) :
Yes i did it…I cleared the cache on ALL my borwsers, Uninstall/Reinstall ALL Mobile Apps and I followed all instruction mentioned in this thread and the link you mentioned me above…
I even reinstall browser_mod / custom:button-card on my HA
Restarted completely my HA (incl. the host running HA)
But it is still not working… tap_action does not open anything with the code I pasted above.
Thanks for your reactivity and to had a look on this
My next step will be to reinstall everything from scratch… It will be the occasion to prepare a staging HA instance for futures update in order to avoid to broke my production system on each update