Is it possible to only restrict the header of a card? I want to protect the header toggle (show a warning before) while the rest of the card should be clickable without any restrictions:
The thing is: the header toggle is linked to all entities listed in the entities section. If I would apply restriction card to a entity (as row) called All lights I can’t take advantage of that header toggle aggregation - but would need a separate script or run a service etc… Every possible workaround coming to my mind gets way too complicated - which is why I hope something is possible from the UI / restriction card side.
Can somebody help me what am I doing wrong, in the pop-up window to I don’t see the values evaluated:
restrictions:
block:
text: I know she is cute, but she already had her meal ;)
exemptions:
- user: ec8de46da4594643986abcf16417ea0c
- user: 3df675cbcf1f435f95333cbc90b64741
confirm:
text: >-
Are you sure you want to dispense one more meal to Unut? She
already had {{
states('sensor.feeder_unut_weight_dispensed_today') }} {{
state_attr('sensor.feeder_unut_weight_dispensed_today',
'unit_of_measurement') }} today!
type: custom:restriction-card
row: true
Greetings everyone,
this is a great solution for blocking.
I wonder if it is possible to hide or mask the IP address of the password request pop up
Thank you
Please can someone help me understand why I can’t get restriction-card to toggle an input boolean. No action I do will give a logbook entry.
Have tried both pin protected and plain confirm.
Have tried call-service and action: toggle
Have tried a mix of all the options (shown below) and minimal options.
Plain button without the restriction-card will work.
What am I doing wrong?
Then how can this be done so that it does trigger an input boolean? Or a script? Or something? It really wasn’t clear to me that this is the functionality and I wasted a half hour discovering this only when I found your comment.