Skip to content

Releases: piitaya/lovelace-mushroom

v2.1.2

21 Jul 19:42
24e5e91
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat(climate): add badge for idle action by @piitaya in #644
  • feat(climate): change fan only mode color to teal by default by @piitaya in #645

Fixes 🐛

  • fix(climate): button icon colors by @ulic75 in #623
  • fix(climate): improve theme support for input number by @piitaya in #643

Translations 🌍

Other Changes

New Contributors

Full Changelog: v2.1.1...v2.1.2

v2.1.1

18 Jul 11:32
d7af48f
Compare
Choose a tag to compare

Let's introduce... the climate card ! 🌡
You can now control your climate entity directly from your Mushroom dashboard ! It supports HVAC modes and temperature control. Presets are not supported yet and will come in a future version 😉.

climate-light

Also, picture support has been added to template chip 🖼.

What's Changed

New Features 🎉

  • feat(chip): add template picture support by @piitaya in #598
  • feat(climate): create climate card by @piitaya in #575
  • feat(climate): add collapsible controls to climate card by @piitaya in #620

Fixes 🐛

  • fix(slider): prevent selecting values that don't lie on a step by @acshef in #582
  • fix(climate): fix default step for climate temperature control by @piitaya in #618

Translations 🌍

Other Changes

New Contributors

Full Changelog: v2.0.0...v2.1.1

v2.1.0

18 Jul 05:42
6cd95f1
Compare
Choose a tag to compare

Let's introduce... the Climate card ! 🌡
You can now control your climate entity directly from your Mushroom dashboard ! It supports HVAC modes and temperature control. Presets are not supported yet and will come in a future version 😉.

climate-light

Also, picture support has been added to template chip 🖼.

What's Changed

New Features 🎉

Translations 🌍

Other Changes

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

25 Jun 20:25
bdaa7c4
Compare
Choose a tag to compare

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

v1.10.0

16 Jun 10:34
d9fb771
Compare
Choose a tag to compare

Let's introduce badge_icon and badge_color option for template card ! 🚀

image

What's Changed

New Features 🎉

  • feat(template): add badge to template card by @Gnol86 in #555
  • feat(template): improve badge color and add example in view by @piitaya in #556

Other Changes

New Contributors

Full Changelog: v1.9.0...v1.10.0

v1.9.0

04 Jun 17:48
b5c361b
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat(slider): add animation and step support for fan to slider by @piitaya in #521
  • feat(entity): add weather icon based on entity state by @golles in #538

Fixes 🐛

  • fix: improve tap_action vibrate support by @piitaya in #540
  • fix: action editor is now compatible with HA 2022.6 by @piitaya in #540

Translations 🌍

Other Changes

  • split configuration into packages by @piitaya in #516
  • refactor(config): share config between cards by @piitaya in #523

New Contributors

Full Changelog: v1.8.8...v1.9.0

v1.8.8

19 May 14:53
77fcd7d
Compare
Choose a tag to compare

Breaking changes

For card_mod users 🤖

You can no longer style chip background and box-shadow with card_mod. You must use theme variables : --chip-background and --chip-box-shadow.

Old style

card_mod:
    style: |
        ha-card {
          box-shadow: none;
          background: none;
        }

New style

card_mod:
    style: |
        ha-card {
          --chip-box-shadow: none;
          --chip-background: none;
        }

What's Changed

New Features 🎉

  • feat(theme): add card text line height variable by @piitaya in #496
  • feat(chip): improve stack in card support by @piitaya in #502

Fixes 🐛

  • fix: hacs version by @acesyde in #498
  • fix(button): ignore button ratio if fill mode for button group by @piitaya in #503
  • fix(chip): restore ha-card element on chip for better styling by @piitaya in #512

Translations 🌍

New Contributors

Full Changelog: v1.8.5...v1.8.8

v1.8.5

16 May 21:01
1019f83
Compare
Choose a tag to compare

What's Changed

Fixes 🐛

  • fix(picture): fix entity picture on cast devices by @piitaya in #494
  • fix(person): fix state not displayed on cast devices by @piitaya in #495

Translations 🌍

New Contributors

Full Changelog: v1.8.3...v1.8.5

v1.8.3

12 May 18:59
b56d473
Compare
Choose a tag to compare

No big changes for this release but some improvements and bug fixes.

You can now customize icon, control and badge sizes using themes variables 🎨. You can find the full list of themes variables in Mushroom Themes documentation. If you want bigger icons or smaller slider. It's now possible 🧑‍🎨

What's Changed

New Features 🎉

  • feat(themes): allow customizing badge, icon, control sizes by @redphx in #464
  • feat(themes): improve css variables by @piitaya in #466

Fixes 🐛

  • fix(chip): add picture only support by @piitaya in #468
  • Fix(control): add horizontal scroll if too much actions by @piitaya in #469
  • fix(template): strict error handling in templates by @frenck in #472

Translations 🌍

Other Changes

  • add show_keypad to alarm card documentation by @Mincka in #459
  • update README to reflect recent UI changes in HA by @redphx in #470

New Contributors

  • @Mincka made their first contribution in #459
  • @doryxbirb made their first contribution in #478

Full Changelog: v1.8.0...v1.8.3

v1.8.0

08 May 19:59
ba073ee
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat(humidifier): add humidifier support by @acesyde in #346
  • feat(media-player): show volume next to state when not unavailable/unknown/off by @madmurl0c in #374
  • feat(media-player): add option to display volume level by @piitaya in #452

Fixes 🐛

  • fix(humidifier): fixes controls and standardize options by @piitaya in #451

Translations 🌍

Other Changes

New Contributors

Full Changelog: v1.7.4...v1.8.0