Mushroom Cards - Build a beautiful dashboard easily 🍄 (Part 1)

And another question: has anyone modified the secondary text style in a mushroom card? I love the style of Feltron reports (e.g. Feltron: 2011 Annual Report), and it would be awesome to have a mushroom card with giant numbers. In the meantime, I’ve been using standard “entity” cards for larger data.

Screen Shot 2022-10-26 at 5.26.34 PM

Hi
How do I create a custom button that looks like the mushroom default button look and feel in its regular state, and when the states changes, I’d like to customize it, when it gets back to the default state, again show the mushroom default theme button.

Thanks

very nicely done may i ask how you did the part of spotify that when something is playing the card shrinks and volume controls come up ?

any chance you can animate mdi:calendar-clock?

Custom buttons on light card:

Change title font size/style:

1 Like

I like your code and ideas, any chance you could share your dashboard look?

1 Like

And on we go… :partying_face:

3 Likes

Sorry for the probably noob question, but how do I do a find and replace all?

mush-chip-box-shadow is back, see the newest release notes.

New variables for themes :

  • --mush-chip-border-color
  • --mush-chip-border-width
  • --mush-chip-box-shadow
2 Likes

But only for the 2022.11 release because there is breaking changes for card border with the latest Home Assistant Beta release.

3 Likes

Latest mushroom themes update cleared the content of my mushroom theme file, make sure to make a backup before updating

You’re right, :+1: I should have been clearer by saying wait the few days until the release of 2022.11 before changing everything back and forth.

Is it possible to align icon as well to right? I mean from right - icon first then text. Like Horizontal flip.

2022-10-28

Is it possible to turn standard history graph to look more like mushroom card?
Something like this weather card.
Or maybe is some custom card which will be better to use to do it.

There is a custom card that has a lot of customizations

image

3 Likes

My card error

bad indentation of a mapping entry (2:5)

1 | - type: custom:stack-in-card
2 | cards:
---------^
3 | - type: grid
4 | square: false

where is that card coming from?

Indentation is wrong.


type: custom:stack-in-card
cards:
- type: grid
  square: false
  cards:
  - …

1 Like

It’s the new tabbed-card :slight_smile:

You can do this in the “Raw configurator editor”. You can open it via three dots menu while editing dashboard.