Yep, 2017 Fire 10s. I can usually snag them dirt cheap on Woot.
I finally resolved it, but Iām still not quite sure WHAT I did that did the trick.
I ended up uninstalling FK, rebooting, sideloading FK via the Fire Toolbox, directing it to the ākioskā page on my instance, and then using the other tablet as a reference, slowly reconfigured all of the settings.
Previously, Iād reimported FKās settings (first from the original tablet, then from the ābehavingā tablet) and it was still flailing at the cards regardless.
But everything appears to be working now, so I thank you and the others who took the time to respond and try to offer assistance!
thx, that helps. Could have sworn I tried the action: toggle before, and then it asked for an entityā¦
though still no lock icon on the badge ofc.
and the icon still shows an actionable handle, and moves when clicking. which is not very intuitive.
Compare that to custom:button-card, where action: none is really dead, no handle no motion.
must check the lock-card which I didnt know just yet, thanks for the link.!
though I now see that is what restriction card is also doing, and not really the tile/mushroom style of thing we need.
to be clear, I am looking for a lock, but then like
When used in a mushroom cover card I simply get the default icon colours (grey when closed, blue when open) but in a mushroom entity card it completely removes part of the iconā¦
Any ideas?
Also, in the mushroom entity card the icon does not change between an open or closed garage door but the cover card does. I take it we need to template the icon for the entity card in a similar way to the colour but Iād like to get that bit working first.
We have been discussing template card. I started suing template card more and more bc I am fully flexible what to show. Combine multiple entities ā¦ what not. Requires you become fluent in jinja.
but that is not recognized (I did not set it in my themes, and hoped it would be a system default variable, so I need to set the size to 14px (maybe even 16?)
have to struggle with the var(ālock-icon-size) that is used in Chrome, (where does that come formā¦) while Safari immediately shows the size Ive set in the modā¦
- type: custom:mushroom-template-card
primary: >
{{state_attr(entity,'friendly_name')}}
secondary: >
{{states(entity)|title}}
# card does not default to the icon attribute if the set entity, so this requires yet another template
icon: >
mdi:{{iif(is_state(entity,'on'),'coffee','coffee-off')}}
entity: switch.espresso_keuken
badge_icon: mdi:lock
badge_color: red
shows the badge on the perfect spot indeed, and nicely margined and padded, just like it should.
but now how to get the active lock there?
btw, template state does not translateā¦ always an issue somewhereā¦
and for complete disclosure, I managed to get some of the restriction card variables in the styling:
Hi all. Slowly changing over to mushroom cards, they look great. I have one card that currently changes the name through a template sensor. Is it possible to do this with the mushroom entity card?
Itās possible using the Template card! When migrating to Mushroom cards, I started using Entity cards but soon switched to template cards which are far more versatile. See the example below, where I show different icons based on an attribute.