Yes, this is another solution. Simply overwrite triggers_update with the explict entity. But keep in mind there are cards with multiple entities. In this case you have to put all together in a list under the triggers_update section or you simply take the entity that gets the most updates.
I like the design of the cards, if youâre interested, I can help you optimize your js. Thereâs some holes in places and some of the cards could support devices classes for proper display.
Hi, thanks for the help. I tried it with a mod-card, but since overflow is shown now my whole screen is horizontally swipeable up to the the width of the last card.
Iâll give it another try tomorrow.
Did anyone already implement a card for Locks?
The current script card is not enough because you need to send a different service call depending on the state of the lock.
And the image should also change like the cover card.
So for my startpage I wanted to try and make some conditional cards - for a quick way to access buttons when they would be needed. I tried setting it up like this:
Well, havenât thought of that, sorry. I dont have that much chips at the moment, if so i wouldnât missed that.
I will have a look at it again on the weekend.
I ended up setting a couple of different conditional cards.
One for time of day - so that when evening comes the bedside lights are shown.
One for the door - so whenever the door is unlocked - its quick to get to.
One for Alarm - if both are away, and the alarm hasnât been armed, a button will show to arm it.
And probably more as I find myself needing a button quick
Can you share how you use auto-entities in combination with generic cards with sensors (optionally in a horizontal-stack card?)
I want to try them for my garbage collection, so only part of the sensors should be visible, not all of them. I donât set the property âentityâ, but in return I just get an empty card. What am I missing? Any ideas?
For me the theme doesnt hide the header / app-toolbar. I have card-mod installed and it works for other cards. Is there another trick to make the header disapear?
I have these two sensors set up to be shown in my navigation card. But somehow one of the sensors are centered. Both cards have the same template, so Iâ guessing it must be something with the sensor. But I canât see what?
Itâs more about the logic applied in the cards. I was mainly speaking to the thread owner. One example off the top of my head is the battery card doesnât support binary_sensor batteries. Also the logic behind the percentage icon can be greatly reduced
I was thinking of changing the battery card a bit, to let me know if something is charging.
I was thinking about using the unavailable exclemation part for it.
How can I have this check if sensor.andre_sin_ipad_battery_state = charging instead of entity.state = unavailable?