Releases: piitaya/lovelace-mushroom
v3.2.1
v3.2.0
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.
What's Changed
New Features 🎉
Translations 🌍
Other Changes
Full Changelog: v3.1.0...v3.2.0
v3.1.0
v3.0.5
⚠ 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 🎉
Fixes 🐛
Translations 🌍
New Contributors
Full Changelog: v3.0.3...v3.0.5
v3.0.3
v3.0.2
v3.0.1
What's Changed
Fixes 🐛
Translations 🌍
- Update Hungarian translation for 3.0 by @istvnurbn in #1196
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Mushroom now supports the new Assist action introduced in the 2023.7 release. It will work for every card and every chip.
⚠ 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 🎉
- Use ha state icons by @piitaya in #1141
- Add assist action and built-in hass-action by @piitaya in #1173
- Use timezone settings to format state and date by @piitaya in #1175
Translations 🌍
New Contributors
Full Changelog: v2.8.1...v3.0.0
v2.8.1
What's Changed
Fixes 🐛
Translations 🌍
- add missing translations by @ArnyminerZ in #1184
New Contributors
Full Changelog: v2.8.0...v2.8.1
v2.8.0
Hello ⛅️
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 🎉
- Allow to call service from title card by @piitaya in #1168
- Add primary and accent color by @piitaya in #1169
- Add support for weather icon in template card and template chip by @piitaya in #1171
- Add prefix to weather icon by @piitaya in #1176
Fixes 🐛
- Use ha-card for title card by @piitaya in #1167
- Fix step for button for number card by @piitaya in #1170
Translations 🌍
- Update it.json by @Menelao147 in #1130
- Add missing German translations by @steffenrapp in #1151
- Update zh-Hans and zh-Hant. by @bingooo in #1152
- Spelling and rephrasing correction by @RoiS8 in #1159
- Added Slovenian language by @dolenec in #1139
- fix: updated Russian translation for alignment by @alryaz in #1083
Other Changes
New Contributors
- @RoiS8 made their first contribution in #1159
- @dolenec made their first contribution in #1139
- @alryaz made their first contribution in #1083
Full Changelog: v2.7.1...v2.8.0