I have 3 horizontal stacks with button cards and the restriction card has a different height than the button card. In the past I’ve used stuff like card-mod, but I’d like to get rid of that as much as possible because it always causes some kind of problems.
created the whole dashboard from scratch and the problem is gone
I have been tearing my hair out. I have the simplest card, just trying to test it out. A basic block that shouldn’t matter to my user. When I go to interact with the card, I get the flashing lock and can’t do anything.
Apparently, I don’t know what user I am or something. Is there a special ID or something?
I have tried what is on the Profile page: Steve You are currently logged in as Steve. You are an owner.
I have tried it in quotes
I have no idea, what stupid thing am I missing or do I not understand exemptions? Any help would be appreciated. Thank you
Hi,
great card. I have a question how can i configure this card? I need to disable a boolean (Jeden Tag) if both booleans (Zeit and Helligkeit) are off:
I think and use the opposite. As Brainjay is doing (right, in my point of view) If false, why having empty css instead of no css. No is better in this case.
I only use it sometimes inside, if I have if and else.
Hello.
I’ve been using the component for a long time, but I don’t know if it’s possible to keep the ‘press’ or ‘run’ (for scripts) button instead of the switch.
As now and as you wish…:
…
And maybe yet someone knows how to add an icon next to the first one, according to some condition, to the place where the lock icon is (the lock icon will be moved to another location)… Rather, this question needs to be clarified in the “Card mod”.
Any way to use this with custom-card, so that you can change the buttons icon based on an entity state? E.g. I want the button to show a garage door closed or open.
reading this, and the subsequent replies, I can not understand why you wouldn’t simply hide the boolean, instead of disabling it with that cumbersome card_mod code?
you can do that with a conditional card on a intermediary binary, or group as sparky suggests.
Hiding it would be just that bit more concealed than disabling it… dont want to give prying eyes a reason to start looking for ways to enable
template:
- binary_sensor:
- unique_id: both_booleans_off
name: Both booleans off
state: >
{{is_state('input_boolean.aussen_automatisierung_lux','off') and
is_state('input_boolean.aussen_automatisierung', 'off')}}
How do you edit the theme? All I’m trying to do is make the lock icon disappear. Zero pixels wide or something like that. I want the function of the lock but I don’t want to see it
Is it possible to unlock it using pin and it will directly to the site? This code gives me when i insert the pin code, it will unlocked but i need to tap it once again to open the path.