Releases: UI-Lovelace-Minimalist/UI
v1.0.3 🏳️🌈
Changes
✨ Code enhancements
- #829 Make inside temp optional in chip_temperature @mpeterson
- #846 Add navigate action @schumijo
- #867 Make hvac_action optional on ulm_translation_hvac @mpeterson
- #847 Card room. Code refactoring to fit framework structure. @sisimomo
💡 New Custom Cards
- #777 Person Info card: Fix for undefined driving entity variable @jordandrako
- #830 Add custom_card_neekster_update @Neekster
✨ Custom Card enhancements
- #780 Update custom_card_person_info - Include Locality @tgcowell
- #811 card ristou person - fix doc + add new templates - v1.0.1 @Ristou
- #816 Added missing default values for variables for custom card "custom_card_httpedo13_sun" @aurimasniekis
- #833 [custom_card_scenes] Option to trigger automation @sildehoop
- #828 New more featureful custom_card_esh_room version (2.0.0) @mpeterson
- #869 Show correct location in custom_card_person_chip @mpeterson
🐛 Bug Fixes
- #813 Fix custom card power details @basbruss
- #816 Added missing default values for variables for custom card "custom_card_httpedo13_sun" @aurimasniekis
- #827 Fix Icon tap action @basbruss
💬 Translations
- #832 Updating danish translation @briis
- #849 created se.yaml @muppie
- #851 Create nl.yaml @delcara
- #857 Add french translation to integration workflow @schumijo
- #872 Update es.yaml @eliseo-juan
📝 Documentation
- #825 Updated README with correct information about release @Gilganik
- #859 Fix typo on docs @ilesar
- #860 Small typo fix for custom_card_sisimomo_printer @JD-c0de
- #863 Update card_battery.md @mdb17
- #865 Fix "edit page" links in documentation @bokub
❤️ Thank you so much for helping out to keep this UI awesome
@Gilganik, @JD-c0de, @Neekster, @Petapton, @Ristou, @aurimasniekis, @basbruss, @bokub, @briis, @delcara, @eliseo-juan, @github-actions, @ilesar, @jordandrako, @mdb17, @mpeterson, @muppie, @schumijo, @sildehoop, @sisimomo and @tgcowell
v1.0.2 🏳️🌈
This release introduces mainly stability improvements and bug fixes that were introduced in v1.0.1
.
The ability to customize names and icons is back for all cards that lost this feature with v1.0.1
(see Breaking Changes)
We also have improved the translation engine. It can now detect the currency set from within HA and doesn't display undefined
anymore when there is no translation available
Changes
⚠️ Breaking Changes
- The way we can set names, last changed and icons for cards like:
card_generic
,card_battery
,card_input_boolean
,card_binary_sensor
is changed.
You now need to use variables to set those:
See needed config changes
Old config
- type: 'custom:button-card'
template: <card_name>
entity: any.entity
name: "Name"
icon: "mdi:flower"
show_last_changed: true
New Config
- type: 'custom:button-card'
template: <card_name>
entity: any.entity
variables:
ulm_card_<card_name>_name: "Name"
ulm_card_<card_name>_icon: "mdi:flower"
ulm_show_last_changed: true
-
Card Graph needs an entity assigned to it to work with the new naming system. (This can be the same as defined in the variables)
-
Custom-card "Lock" needs now the prefix
ulm_
with all assignable variables. This is done to create consistency with other cards, but also with the code of the card where variables were not equal to the documented ones. See the new documentation
✨ Code enhancements
- #797 Introduce minimum spread variable for thermostat card @finder39
- #783 Custom name (issue #778) @schumijo
- #792 Update translation engine @basbruss
💡 New Custom Cards
- #724 Add custom chip chip_update @jeffconrad18
- #773 Add Custom Card Ristou Person @Ristou
✨ Custom Card enhancements
- #793 Update Nik clock @basbruss
- #779 Wrong variable names not working for custom lock card @dougmaitelli
🐛 Bug Fixes
- #793 Update Nik clock @basbruss
- #783 Custom name (issue #778) @schumijo
- #792 Update translation engine @basbruss
- #803 [card_cover] Change arrows when gate @basbruss
💬 Translations
- #775 Update en.yaml @wokkeltje13
- #776 Create nl.yaml @wokkeltje13
📝 Documentation
❤️ Thank you so much for helping out to keep this UI awesome
@Ristou, @basbruss, @dougmaitelli, @finder39, @github-actions, @jeffconrad18, @schumijo, @wokkeltje13 and Mathieu Tanguy
v1.0.1 🏳️🌈
This release introduces some long-awaited improvements to the backend of this integration with 3 main features:
- Translation engine 🌐
From now on almost all strings and states are auto-translated by the HA-core engine and are available in many more languages.
You can add translations by contributing to HA itself through Lokalise - Set Click actions 🖱️
This feature lets you customize the behavior of all types of click actions (tap_action, hold_action, and double_tap_action)
Please read the documentation on our Wiki. - Adaptive Dashboard 💻
This newly added dashboard can be configured in the integration setup. It changes based on the type of your device and screen size.
Warning: Please read the documentation carefully through the setup!
Adaptive Dashboard
Changes
💡 Features
- #677 Add Adaptive Dashboard @basbruss
- #721 Ability to customize actions @schumijo
- #728 Added translation engine @13robin37
- #759 Ability to Customize actions (new PR) @schumijo
✨ Code enhancements
- #708 Small tweaks to various default cards @13robin37
- #732 Added/Fixed: The Light Slider can now be dragged! @AndyVRD
- #741 Add Points Per Hour variable (Solves #704) @Neekster
💡 New Custom Cards
- #707 Added Custom Card Nik Tablet @Gilganik
- #719 Added Custom clock Card @Gilganik
- #749 Initial release of a new card named "custom_card_sisimomo_printer" @sisimomo
✨ Custom Card enhancements
- #715 Add name, icon customization to wsly_pollen card @cmccambridge
- #735 Support percentage_step to custom_card_saxel_fan @schumijo
- #745 Adding feature to "custom_card_eraycetinay_lock". @sisimomo
- #744 Adding feature to "custom_card_esh_welcome". @sisimomo
🐛 Bug Fixes
- #703 Fix regression introduced by 75d4276 in translations @oscfdezdz
- #709 Updated Indentation to Map Pop-Up @T1ppes
- #733 Fixed indentation for tablet restart control @zerosottozero
- #730 [card_scenes] Fix template name interfering @basbruss
💬 Translations
- #755 Add Finnish translations @ronijaakkola
- #750 Add Brazilian Portuguese Translation to UI @LeandroIssa
- #728 Added translation engine @13robin37
- #727 Add translations to custom_card_irmajavi_speedtest @oscfdezdz
📝 Documentation
- #717 [Action] Update custom_cards docs @github-actions
- #710 Update to custom_card_esh readme to include customizations @1337Reaper
- #720 [Action] Update custom_cards docs @github-actions
- #742 Update card_graph.md @Neekster
- #747 [Action] Update custom_cards docs @github-actions
- #763 [Action] Update custom_cards docs @github-actions
⚠️ Breaking Changes
- The card_person needs an entity specified outside the variables config to work with the new translation engine #728
This also holds when manually updating any custom person card!
See needed config changes
Old config
- type: 'custom:button-card'
template: card_person
variables:
ulm_card_person_entity: person.username
New Config
- type: 'custom:button-card'
template: card_person
entity: person.username
variables:
ulm_card_person_entity: person.username
- Adapting all cards to work with the custom actions means the
show_last_changed
behavior for the binary sensors cards is changed and controlled by a variable:
See needed config changes
Old config
- type: 'custom:button-card'
template: card_binary_sensor
variables:
ulm_card_binary_sensor_alert: true
entity: binary_sensor.garage_door
show_last_changed: true
New Config
- type: 'custom:button-card'
template: card_binary_sensor
variables:
ulm_card_binary_sensor_alert: true
ulm_show_last_changed: true
entity: binary_sensor.garage_door
❤️ Thank you so much for helping out to keep this UI awesome
@1337Reaper, @13robin37, @AndyVRD, @Gilganik, @LeandroIssa, @Neekster, @T1ppes, @basbruss, @cmccambridge, @github-actions, @oscfdezdz, @ronijaakkola, @schumijo, @sisimomo and @zerosottozero
v0.0.9 🏳️🌈
Changes
💡 Features
- #646 Pollen card for Tomorrow.io integration @Wesleyl89
- #657 Add custom_card_person_info @jordandrako
- #649 Custom card more power outlet @wranglatang
- #689 Custom card camera @Eltarius
- #691 Added a new Door Lock custom card @Gilganik
- #699 Added Custom Card - NAS Summary Card @Gilganik
✨ Code enhancements
- #621 [card_cover] Add garage and gate types @yagrasdemonde
- #620 [card_media_player] ulm_card_media_player_name wasn't honored in off state @finder39
- #628 custom_card_schumijo_car: Add popup Map to view car location @Eltarius
- #629 Custom Room Card @EverythingSmartHome
- #639 [Custom_card_esh_welcome] Fix missing entity on weather chip @aomann
- #695 Adjusted vacuum card @13robin37
- #678 [card_welcome_scenes] update card and add new features @basbruss
- #679 Popup media_player rework and small changes @basbruss
- #694 Adjusted custom lock card @13robin37
- #697 Add counter support to input number custom card @Neekster
🐛 Bug Fixes
- #631 [card_thermostat] Correct typo in fan_only mode @finder39
- #638 Fix custom_card_homeasssitant_updates @Eltarius
- #663 fix: Sliders missing on App in light mode @MichaelBrunn3r
- #673 Fix unavailable status to card_battery @Eltarius
- #672 Fix Custom speedtest car @Eltarius
- #670 Fix custom_card_nas @Eltarius
- #669 Fix custom_card_homeassistant_updates @Eltarius
💬 Translations
- #623 [custom_card_elapsed_time] Add German language variables @viseradius
- #619 Russian language added. @ulug79
- #633 Update Polish translation @desty2k
- #637 Add french translation @Eltarius
- #667 Update Spanish translation @oscfdezdz
- #664 Added German translation @13robin37
- #662 Create de.yaml @13robin37
- #680 Adjust DE vacuum translation @13robin37
📝 Documentation
❤️ Thank you so much for helping out to keep this UI awesome
@13robin37, @Eltarius, @EverythingSmartHome, @Gilganik, @MichaelBrunn3r, @Neekster, @Wesleyl89, @aomann, @basbruss, @desty2k, @finder39, @jordandrako, @oscfdezdz, @ulug79, @viseradius, @wranglatang, @yagrasdemonde and pw521312
v0.0.8 🏳️🌈
Changes
- #586 Bump pre-commit-hook-yamlfmt to 0.1.1 @skrynklarn
- #588 Fix pre-commit stuff + bump repo versions @basbruss
- #595 Minor formatting fix for afvalophaling @EverythingSmartHome
- #604 Revert "Typo in custom_card_httpedo13_thermostat docs" @basbruss
- #609 code quality @basbruss
💡 Features
- #594 My contribution, a card showing counter for lights on / covers open @yagrasdemonde
- #593 Custom Card Welcome Navigation @EverythingSmartHome
✨ Code enhancements
- #548 custom_card_apexcharts @AndyVRD
- #555 card cover add collapse expand icon future @sildehoop
- #578 Card_media_player: Adds additional app icons @Neekster
- #567 Allow today or tomorrow collections to be optional for AfvalOphaling @Tommatheussen
- #543 card_media_player: Enhance icon, title and label @rairulyle
- #577 Add variables for minSet and maxSet for brightness slider on light card @skrynklarn
- #589 Update minimalist-ios-tapbar.yaml @LRvdLinden
- #592 Add generic collapsible option for media controls and volume slider @rairulyle
- #585 Add default hold_action to custom_card_saxel_fan @rairulyle
- #596 [card_thermostat] Handle high/low temperature, external climate fan, and color for cooling @finder39
- #606 [chip_weather_date, card_welcome_scenes] Use system date in Chip @basbruss
- #615 Fixed typo in the correct place @JackPoint
🐛 Bug Fixes
- #551 [Hotfix] my-cards bundle @basbruss
- #570 Fix april fools day inclusion @stokkie90
- #603 custom_card_esh_welcome - Weather Chip fixes @AndyVRD
💬 Translations
- #569 Portuguese translation for the person custom card @kauelima
- #547 Improved DE localization @likeadoc
- #580 Update nl.yaml @AndyVRD
- #606 [chip_weather_date, card_welcome_scenes] Use system date in Chip @basbruss
- #610 Added Brazilian Portuguese translation @kauelima
📝 Documentation
- #552 fix images for heatpump card @Misiu
- #556 [Action] Update custom_cards docs @github-actions
- #558 [Action] Update custom_cards docs @github-actions
- #565 Add instructions to change the theme in settings @kauelima
- #562 [Wiki] Fix typo's @basbruss
- #563 [Wiki] adding FAQ and customizing pages @basbruss
- #583 Remove minimalist-templates references @basbruss
- #584 Update custom_card_afvalophaling.md @Tommatheussen
- #602 Update README.md @EverythingSmartHome
- #601 Updated custom_card_homeassistant_updates README.md @AndyVRD
- #600 Typo in custom_card_httpedo13_thermostat docs @JackPoint
- #599 [Action] Update custom_cards docs @github-actions
- #615 Fixed typo in the correct place @JackPoint
- #616 [Action] Update custom_cards docs @github-actions
- #617 [Action] Update custom_cards docs @github-actions
❤️ Thank you so much for helping out to keep this UI awesome
@AndyVRD, @EverythingSmartHome, @JackPoint, @LRvdLinden, @Misiu, @Neekster, @Tommatheussen, @basbruss, @finder39, @github-actions, @kauelima, @likeadoc, @rairulyle, @sildehoop, @skrynklarn, @stokkie90, @yagrasdemonde and rick.stokkingreef
v0.0.7-hotfix2 🏳️🌈
Happy April fools day!
As many of you have noticed card-mod
introduced a joke where our dashboards began to look weird.
With this update we have updated the version of card-mod to fix this.
You only need to install this update if you have checked the box to let UI-Minimalist to install all the needed dependencies.
You can also wait to end this day. Card-mod will reset itself after today.
Please also reset your browser cache after installing this release and restarting HA.
This can be done on Windows by clicking CTRL + F5 or on Mac holding down shift and click the reload button 😃
❤️ Thank you so much for helping out to keep this UI awesome
v0.0.7-hotfix1 🏳️🌈
Changes
🐛 Bug Fixes
❤️ Thank you so much for helping out to keep this UI awesome
@basbruss and @stokkie90
v0.0.7 🏳️🌈
Changes
- #518 fix(custom-card/homeassistant_updates): capitalize OS @ulic75
- #521 fix(custom-cards/homeassistant_updates): errors in readme @ulic75
- #539 Update card_welcome_scenes.md @basbruss
- #535 Added script for updating cards @stokkie90
💡 Features
- #474 Minimalist iOS theme with tapbar @LRvdLinden
✨ Code enhancements
- #494 fix(dashboard): typo @ulic75
- #501 Add a custom icon variable for the custom room script @TheZoker
- #499 Add missing attributes to readme @TheZoker
- #505 [card_light] Add "toggle" tap_action @basbruss
- #515 [card_media_player] Add volume slider @mullerpeter
- #491 New AIO cover card @schumijo
- #534 [popup_card_light] add color to slider @basbruss
- #527 [card_vacuum] Bugfixes and add mopping @basbruss
- #541 Add additional entity domains to tap_action @Neekster
🐛 Bug Fixes
- #488 [card_welcome_scenes] Hotfix quoted booleans @basbruss
- #489 Fix template error for legacy media player @mazerte
- #507 [custom_card_afvalophaaling] Updated YAML code + fixes @AndyVRD
- #536 fix: fix green on template with background-color and legacy variable @leon38
- #502 [card_title] Bugfix rounded borders @basbruss
- #537 [card_welcome_scenes] Bugfixes @basbruss
- #527 [card_vacuum] Bugfixes and add mopping @basbruss
💬 Translations
📝 Documentation
- #503 Update Custom-cards titles @basbruss
- #504 [Action] Update custom_cards docs @github-actions
- #508 [Action] Update custom_cards docs @github-actions
- #512 Fix typo in README.md from custom_card_scenes @appuchias
- #513 [Action] Update custom_cards docs @github-actions
- #519 [Action] Update custom_cards docs @github-actions
- #523 Update card_welcome_scenes.md @basbruss
- #522 [Action] Update custom_cards docs @github-actions
- #538 Update card_welcome_scenes.md @basbruss
- #516 Create CONTRIBUTING.md @basbruss
❤️ Thank you so much for helping out to keep this UI awesome
@AndyVRD, @CM000n, @LRvdLinden, @Neekster, @TheZoker, @appuchias, @basbruss, @dcoro, @desty2k, @filikun, @github-actions, @leon38, @mazerte, @mullerpeter, @schumijo, @sildehoop, @stokkie90 and @ulic75