github piitaya/lovelace-mushroom v2.0.0

latest releases: v4.0.7, v4.0.6, v4.0.5...
2 years ago

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.

image

Config options

primary_info: "name", "state", "last-changed", "last-updated", "none"
secondary_info: "name", "state", "last-changed", "last-updated", "none"

Warning
hide_name and hide_state has been removed from all cards. Use primary_info: none and secondary_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 and hide_icon has been removed from all cards. Use icon_type: entity-picture and icon_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.

image

Picture for template

It's a highly requested feature. Picture option is now available for template card.

Example

image

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 🌍

Full Changelog: v1.10.0...v2.0.0

Don't miss a new lovelace-mushroom release

NewReleases is sending notifications on new releases.