Skip to content

Releases: piitaya/lovelace-mushroom

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

v1.7.4

06 May 20:09
e812902
Compare
Choose a tag to compare

What's Changed

Fixes ๐Ÿ›

  • fix(cover): fix cover for unavailable/unknown cover by @piitaya in #440
  • fix(cards): use entity_picture_local when necessary by @piitaya in #430

Translations ๐ŸŒ

Full Changelog: v1.7.3...v1.7.4

v1.7.3

02 May 07:26
4a65c39
Compare
Choose a tag to compare

No new card for this release but some improvements !

A new option has been added to collapse the controls when the entity is off. The option has been added to light-card, fan-card, update-card and media-player-card.

image

The tap_action responsiveness has been improved by removing the double_tap_action by default. ๐Ÿš€

Also, a new color has been added : disabled. You can use it in your template and color picker like any other color. ๐ŸŽจ

The new template editor with syntax highlighting and entity autocompletion has been added for title-card, template-card and template-chip. This feature requires HA version 2022.5 or higher. โš™๏ธ
image

The chips list in chip-card has been improved with more details about your chips !
image

What's Changed

New Features ๐ŸŽ‰

  • feat(editor): add template editor to Chip template and template cards by @frenck in #403
  • feat(chips): improve chips list display in editor by @piitaya in #404
  • feat(theme): add disabled color in theme and color selector by @piitaya in #411
  • feat(controls): improve collapsible controls and add option to fill container by @piitaya in #418
  • feat(cover): possibility to set a color per cover state with theme by @bramstroker in #384
  • feat(light): add collapsible controls for light by @M4D1NG3R in #383

Fixes ๐Ÿ›

  • fix: vertical stack and ha-card by @acesyde in #417
  • fix: improve default responsiveness for actions by @piitaya in #422
  • fix(chips): fix flickering in template chips by @piitaya in #428

Translations ๐ŸŒ

Other Changes

New Contributors

Full Changelog: v1.6.3...v1.7.3

v1.6.3

25 Apr 07:25
49f5fa6
Compare
Choose a tag to compare

What's Changed

New Features ๐ŸŽ‰

  • feat(alarm): add option to show/hide keypad by @piitaya in #376
  • feat(lock): improve color rules for lock card by @acesyde in #363
  • feat(person): don't show person in unknown zone as away (for room presence compatibility) by @greghesp in #353
  • feat(entity): add entity picture support to entity chip by @skrynklarn in #268
  • feat(entity): add entity picture support to entity card by @piitaya in #393

Fixes ๐Ÿ›

  • fix(layout): fix rtl icon alignment in vertical layout by @planecore in #340
  • fix(cover): fix cover button icon for curtain by @alessandroias in #372
  • fix(alarm): fix alarm panel display for some layouts by @piitaya in #375
  • fix(person): align icon to center if no name and no state by @piitaya in #397

Translations ๐ŸŒ

Other Changes

New Contributors

Full Changelog: v1.6.2...v1.6.3

v1.6.2

16 Apr 08:31
32c2ef3
Compare
Choose a tag to compare

What's Changed

Fixes ๐Ÿ›

Translations ๐ŸŒ

New Contributors

Full Changelog: v1.6.1...v1.6.2

v1.6.1

15 Apr 16:01
57ac284
Compare
Choose a tag to compare

This release introduces a new media player card ! ๐Ÿ“บ Thanks again @acesyde for the help ๐Ÿ™‚

It supports :

  • media controls : play, pause, stop, next, previous, shuffle, repeat
  • volume controls : volume up, volume down, mute, volume control
  • display media illustration and information

Capture dโ€™eฬcran 2022-04-15 aฬ€ 12 07 28

A lock card has been added too ๐Ÿ”“
Capture dโ€™eฬcran 2022-04-15 aฬ€ 12 44 39

What's Changed

New Features ๐ŸŽ‰

Fixes ๐Ÿ›

  • fix: do not consider unavailable if entity state in unknown by @piitaya in #307
  • feat(rtl): add rtl support by @piitaya in #310
  • fix(slider): fix slider for cover and fan when disable by @piitaya in #311

Translations ๐ŸŒ

New Contributors

Full Changelog: v1.5.0...v1.6.1