It's a big update for Mushroom ! 🤩 This release add a lot of flexibility to all Mushroom cards 🍄
Thanks again for supporting and using Mushroom 🍄 . The project has reached 1000 stars on Github. Amazing ! ⭐️
Warning
Some options has been deprecated. Read this release note carefully to see what's changed. A backward-compatibility has been added to avoid breaking your dashboard but it's highly recommended to migrate to the new options.
Primary and secondary info ✍️
primary_info
and secondary_info
options was already available for entity card. These options are now available for all cards.
Example : Cover with state as primary info and last-changed as secondary info.
Config options
primary_info: "name", "state", "last-changed", "last-updated", "none"
secondary_info: "name", "state", "last-changed", "last-updated", "none"
Warning
hide_name
andhide_state
has been removed from all cards. Useprimary_info: none
andsecondary_info: none
instead.
Icon type 🎨
icon_type
option has been added to all cards. You can now choose if you want to display a icon 🎨, a picture 🖼 or nothing 🙈
Config options
icon_type: "icon", "entity-picture", "none"
Warning
use_entity_picture
andhide_icon
has been removed from all cards. Useicon_type: entity-picture
andicon_type: none
instead.
Better layout 👩🎨
The layout has been improved to better support hidden element. You can now have icon only card or even control only card if you want.
Example : Light with only icon and light with only control.
Picture for template
It's a highly requested feature. Picture option is now available for template card.
Example
What's Changed
New Features 🎉
- feat(card: add appearance config between all card by @piitaya in #528
- feat(card): better support layout support with icon only or control only by @piitaya in #569
- feat(template): add picture to template by @piitaya in #570
Translations 🌍
- Update zh-Hant.json by @rhuba8324 in #561
- Update to Italian translation by @Doryx3D in #562
- Update German translation by @steffenrapp in #565
Full Changelog: v1.10.0...v2.0.0