That tells me that you are 100% using an older version then as that was changed in release 1.0.8. Try opening with a different browser or private session to confirm.
Edit: I just put out version 1.1.1 that will print out to the browser console which version is running
interesting.
I had checked the version installed via HACS, and it was showing 1.1.10, then I did cmd+shift+f5 to reload, which I supposed was going to ignore the cache, but the lock/card wasnt ok, but reading your last comment I did what you suggested, I opened in a private session and it shows correctly.
so, to understand why cmd+shift+f5 didnāt work, I learned something new:
Hard reload is not exposed directly in the UI of the browser. You activate the function with the keyboard shortcut Ctrl-Shift-R, Shift-F5, or by holding down Shift before you activate the reload button.
Chrome ignores the cache and will load all resources from the web page again.
Google Chrome supports a third reload option and a somewhat hidden reload menu as well. You need to open the browserās Developer Tools with the keyboard shortcut F12 first as it is a prerequisite for it.
Right-click on the reload button afterward to display the reload menu. It includes the empty cache and hardreload option that you may use. What it does, is clear the browser cache before the hard reload is activated.
I am having trouble applying styles to this card. I am using a custom:button-card which is embedded in the restriction-card via an !include using lovelace-mod.
Is the background color of the dialogue box that asks for the pin set by the card or by the theme of HA? No matter which dark theme I choose I still get a prompt with a white background. Is there a way to fix that and have the background dark and the text light for the dialogue box?
Hello.
I installed this card as replacement of toggle-lock-entity-row extension which stopped working recently.
And the newone seemed to work well at the first glance. But I cannot unprotect the switch. When I click (or double click depending on action settings) the lock icon is pulsing a few times, but thatās all. The switch remains locked.
Can I lock/unlock it on demand? I donāt need to use PINs or so.
Iām thinking about changing appearance of locked switch. Is it possible to replace icon of a switch by lock icon? So switch appears only when is really unlocked. Otherwise locked is shown.
I meant to make the switch invisible by covering it by non-transparent object. It might be lock icon but it has transparent background so itās not what Iām looking for.
You should be able to put it in a css file and include it in resources I thinkā¦I think I tried that once before but am on mobile right now and unable to test.
Do you know of any documentation on that anywhere? I looked around in the docs (nothing at all) and on the forums (nothing definitive) but I havenāt found a god explanation on how that is done in HA.