We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey i want to only show the lock icon when its blocked and how can i move the icon to the right and add some more padding to it?
Card
type: custom:restriction-card card: type: custom:button-card template: light_3 entity: switch.sonoff_1001eb7762_1 icon: mdi:ceiling-light restrictions: block: condition: value: "off" entity: script.rolluiken_bediening
Picture
The text was updated successfully, but these errors were encountered:
You are asking a question, not reporting a bug or proposing a feature request. Please ask all questions in the dedicated thread - https://community.home-assistant.io/t/lovelace-restriction-card-client-side-security/142889.
If you only need a "block" functionality - then use same condition for "lock":
condition: entity: script.rolluiken_bediening value: "off" restrictions: block: condition: entity: script.rolluiken_bediening value: "off"
These vars described here - https://github.com/iantrich/restriction-card?tab=readme-ov-file#theme-variables. Please ask all further questions about using these vars in the mentioned Community thread.
Sorry, something went wrong.
No branches or pull requests
Hey i want to only show the lock icon when its blocked and how can i move the icon to the right and add some more padding to it?
Card
Picture

The text was updated successfully, but these errors were encountered: