Skip to content

Releases: piitaya/lovelace-mushroom

v3.2.1

02 Nov 11:11
8b07996
Compare
Choose a tag to compare
v3.2.1 Pre-release
Pre-release

What's Changed

Fixes 🐛

  • Align cover control button design with built-in ha control by @piitaya in #1275
  • Fix conditional chip components loading by @piitaya in #1281

Full Changelog: v3.2.0...v3.2.1

v3.2.0

25 Oct 13:32
b19f276
Compare
Choose a tag to compare

Home Assistant 2023.11 brings multiple condition type to conditional card (more info in the release note)
This Mushroom release adds these new conditions to the conditional chips 🎉. You can now easily display or hide chip per screen size, per user or using numeric condition. This feature requires 2023.11 Home Assistant version.

CleanShot 2023-10-25 at 23 46 37@2x

What's Changed

New Features 🎉

  • Add multiple condition types for conditional chip by @piitaya in #1269

Translations 🌍

Other Changes

Full Changelog: v3.1.0...v3.2.0

v3.1.0

30 Aug 09:18
2414d1c
Compare
Choose a tag to compare

What's Changed

Fixes 🐛

  • Fix fan card displaying 0% when off by @bdr99 in #1236

Other Changes

New Contributors

Full Changelog: v3.0.5...v3.1.0

v3.0.5

18 Jul 12:55
47cec4d
Compare
Choose a tag to compare

⚠ Change for card_mod users

--icon-animation has been removed because it doesn't work on Safari iOS with custom animations.
If you want to customize icon animation, you must use ha-state-icon selector with animation property.

Example

card_mod:
  style: |
    ha-state-icon {
      animation: spin infinite linear 1s;
    }

What's Changed

New Features 🎉

  • Add support for new event entity state formatting by @piitaya in #1215

Fixes 🐛

Translations 🌍

New Contributors

Full Changelog: v3.0.3...v3.0.5

v3.0.3

11 Jul 07:16
b284e7b
Compare
Choose a tag to compare

What's Changed

Fixes 🐛

Full Changelog: v3.0.2...v3.0.3

v3.0.2

10 Jul 15:51
994932b
Compare
Choose a tag to compare

What's Changed

Fixes 🐛

Full Changelog: v3.0.1...v3.0.2

v3.0.1

07 Jul 16:55
37fd3ef
Compare
Choose a tag to compare

What's Changed

Fixes 🐛

Translations 🌍

Full Changelog: v3.0.0...v3.0.1

v3.0.0

06 Jul 08:42
77459ff
Compare
Choose a tag to compare

Mushroom now supports the new Assist action introduced in the 2023.7 release. It will work for every card and every chip.

CleanShot 2023-07-06 at 10 36 35
CleanShot 2023-07-06 at 10 55 00
CleanShot 2023-07-06 at 10 38 28

⚠ Breaking change for card_mod users

Mushroom cards and chips now uses ha-state-icon instead of ha-icon. Also, the DOM structure changed, you should update your card_mod overrides to reflect the dom changes.

This change has been made to use built-in icon rules : when Home Assistant adds new icon or change icon for certain domain, Mushroom will now immediately reflect that change with any update.

What's Changed

New Features 🎉

Translations 🌍

New Contributors

Full Changelog: v2.8.1...v3.0.0

v2.8.1

27 Jun 07:28
1bcefb0
Compare
Choose a tag to compare

What's Changed

Fixes 🐛

Translations 🌍

New Contributors

Full Changelog: v2.8.0...v2.8.1

v2.8.0

21 Jun 13:21
f33c910
Compare
Choose a tag to compare

Hello ⛅️

image

You can now use weather SVG icons in your template card and template chip. You can find the available icons list in the documentation.

What's Changed

New Features 🎉

Fixes 🐛

Translations 🌍

Other Changes

New Contributors

Full Changelog: v2.7.1...v2.8.0