Releases: UI-Lovelace-Minimalist/UI
v1.1.6 🏳️🌈
Changes
💡 Features
- #1032 [popup_mediaplayer]Add auto-generated source selector @basbruss
- #1050 [popup_light] Add effect and option lists (WLED) @basbruss
- #1062 New weather card @schumijo
✨ Code enhancements
- #1037 [Chip Mdi Icon State] Use entity attribute for unit of measurement if available @shogun160
- #1027 Add additional temperature devices @kepath
- #1046 [card_person] Exclude passive zones @freddanastrom
- #1039 [popup_thermostat] Adapt for mixed casing cases in preset mode @basbruss
- #1061 Styling for popup selectors @basbruss
🐛 Bug Fixes
- #1048 Fixed depracated use of speedtestdotnet.speedtest service and added dutch language @delcara
- #1055 [Speedtest Custom-card] - Use homeassistant.update_entity @shogun160
- #1046 [card_person] Exclude passive zones @freddanastrom
- #1063 Bugfixes @basbruss
💬 Translations
📝 Documentation
- #1029 Fix error in layout examples @TheLastFrame
- #1057 [Action] Update custom_cards docs @github-actions
- #1053 correct typo in variable @mdb17
- #1058 [Action] Update custom_cards docs @github-actions
❤️ Thank you so much for helping out to keep this UI awesome
@TheLastFrame, @Yllelder, @basbruss, @delcara, @freddanastrom, @github-actions, @kepath, @mdb17, @schumijo and @shogun160
v1.1.5 🏳️🌈 -hotfix
Changes
- Hotfix popup thermostat in adaptive dashboard
✨ Code enhancements
✨ Custom Card enhancements
🐛 Bug Fixes
- #1008 Add popup header cover @basbruss
- #1009 [card_vacuum] Fix bug card not displaying @basbruss
- #1010 Fix thermostat popup card if no presets available @N-Schaef
- #1013 Fix overflow @schumijo
❤️ Thank you so much for helping out to keep this UI awesome
v1.1.5 🏳️🌈
Changes
✨ Code enhancements
✨ Custom Card enhancements
🐛 Bug Fixes
- #1008 Add popup header cover @basbruss
- #1009 [card_vacuum] Fix bug card not displaying @basbruss
- #1010 Fix thermostat popup card if no presets available @N-Schaef
- #1013 Fix overflow @schumijo
❤️ Thank you so much for helping out to keep this UI awesome
v1.1.4 🏳️🌈
Changes
✨ Code enhancements
- #980 Binary sensor alert card state @csuich2
- #987 Fixes for popups @AndyVRD
- #991 Remove 2 zone limitation from person card @pollev
- #1001 [Card_person] Add ETA and battery_sensor @basbruss
- #994 Fix alignments and added popup for cover card. @AndyVRD
- #996 Add word-break to vertical popup buttons @basbruss
- #1002 Add group by capability for graph card @panhans
💡 New Custom Cards
🐛 Bug Fixes
- #985 Fix action_card if no entity is set. @matrixx567
- #988 Fix syntax error for name tap action @lkmgr
- #990 Removed background-blend-mode: "multiply" to fix Safari/iOS/iPadOS issues @AndyVRD
📝 Documentation
- #984 Fix incorrect description for ulm_card_graph_name in graph_card @saeedesmaili
❤️ Thank you so much for helping out to keep this UI awesome
@AndyVRD, @Drealine, @basbruss, @csuich2, @john1234, @lkmgr, @matrixx567, @panhans, @pollev and @saeedesmaili
v1.1.3 🏳️🌈
v1.1.2 🏳️🌈
This release will add support for Browser Mod 2.0 for the use of the popups.
Be aware: Only update if you also update Browser Mod to version 2.0 or higher (no backward compatibility)
⚠️ Breaking Changes
-
Only compatible with browser_mod v2.0.0 or higher
-
The popup Power outlet is now controlled with a variable instead of adding a template
- type: "custom:button-card"
template:
- card_power_outlet
- popup_power_outlet
variables:
ulm_card_power_outlet_consumption_sensor: sensor.metered_wall_plug_switch_power_3
ulm_popup_power_outlet_sensor1: sensor.metered_wall_plug_switch_power_3
ulm_popup_power_outlet_sensor2: sensor.metered_wall_plug_switch_electric_consumed_kwh_2
ulm_popup_power_outlet_graph_sensor: sensor.metered_wall_plug_switch_power_3
entity: switch.metered_wall_plug_switch_2
To:
- type: "custom:button-card"
template:
- card_power_outlet
variables:
ulm_power_outlet_enable_popup: true
ulm_card_power_outlet_consumption_sensor: sensor.metered_wall_plug_switch_power_3
ulm_popup_power_outlet_sensor1: sensor.metered_wall_plug_switch_power_3
ulm_popup_power_outlet_sensor2: sensor.metered_wall_plug_switch_electric_consumed_kwh_2
ulm_popup_power_outlet_graph_sensor: sensor.metered_wall_plug_switch_power_3
entity: switch.metered_wall_plug_switch_2
Changes
✨ Code enhancements
- #948 Creation of popup thermostat which uses preset_mode instead of state. @MatthewSean
- #974 Update popup power outlet @basbruss
✨ Custom Card enhancements
- #969 Fix 'custom_card_bar_card' bar border radius @TomasMonkevic
💬 Translations
📝 Documentation
❤️ Thank you so much for helping out to keep this UI awesome
@MatthewSean, @TomasMonkevic, @basbruss, @delcara, @github-actions and @lryjnks
v1.1.1 🏳️🌈
Changes
- #931 Update docs to use entity variable within popups. @matrixx567
- #925 Fix custom_card_paddy_welcome @desty2k
✨ Code enhancements
- #929 Add call-service as action to custom actions. @matrixx567
- #933 Add Text-overflow to Pills and Popup-Light @basbruss
- #943 Enable custom popups on weather card. @matrixx567
- #942 Fix number of forecast entities. @matrixx567
💡 New Custom Cards
- #941 Custom Template Battery Info @shogun160
✨ Custom Card enhancements
- #961 Add dynamic background color option @rensknoors
🐛 Bug Fixes
💬 Translations
- #962 lv.yaml @cfpandrade
- #963 Update and rename en.json to sl.json @mitchoklemen
📝 Documentation
- #934 Fixed Haptic Feedback example @mdb17
- #947 Update docs @basbruss
- #939 Update to add customization options @1337Reaper
- #964 Added docs for more_power_outlet @wranglatang
❤️ Thank you so much for helping out to keep this UI awesome
@1337Reaper, @AndyVRD, @basbruss, @cfpandrade, @desty2k, @github-actions, @matrixx567, @mdb17, @mitchoklemen, @rensknoors, @schumijo, @shogun160, @wranglatang, Rens Knoors and pw521312
v1.1.0 🏳️🌈
This release brings some big improvements to the framework 🚀 :
- From now on you can let the integration download and update
Custom Cards
, thanks to @stokkie90
-
Custom Actions
has received additional improvements and added support for custom popups, thanks to @matrixx567 -
A new
Weather Popup
is introduced, thanks to @schumijo
Changes
- #902 Revert "Fix typo in Device Tracker Custom-card doc" @basbruss
- #907 Added cards for adaptive board @stokkie90
- #906 Add Codespell to pre-commit hook @stokkie90
- #891 feat(card-person): use variable icon @bokub
- #912 Fix unnecessary usage of custom action templates @matrixx567
- #913 Allow none entities for custom actions. @matrixx567
- #910 Add documentation of custom_popups for PR#878 @matrixx567
- #915 Custom Card "Room" support for new popups @mpeterson
- #922 Update Polish translation @desty2k
- #908 Release V1.1.0 @basbruss
💡 Features
- #888 Initial version to support selecting community cards @stokkie90
- #894 Add weather popup @schumijo
- #919 Use entity variable for custom popups. @matrixx567
✨ Code enhancements
- #878 Custom popups for cards that uses custom actions. @matrixx567
- #898 Update card_media_player.yaml @mdb17
- #914 [card_media_player] added standby logic @mdb17
✨ Custom Card enhancements
- #879 Fix text overflowing issue in custom card "room" @mpeterson
- #881 Custom Card "room" better text overflow and use of
ulm_actions_card
@mpeterson - #916 Improve zones @rob1998
🐛 Bug Fixes
- #892 Hide exclamation to solve #880 @schumijo
- #918 Fix name attribute in custom NAS card @IanDBird
- #923 Small Fix before release @schumijo
💬 Translations
📝 Documentation
- #887 Fix typo in Device Tracker Custom-card doc @bokub
- #909 [Action] Update custom_cards docs @github-actions
- #903 Community Card Selection Docs @stokkie90
- #921 [Action] Update custom_cards docs @github-actions
❤️ Thank you so much for helping out to keep this UI awesome
@IanDBird, @basbruss, @bokub, @desty2k, @eopo, @github-actions, @matrixx567, @mdb17, @mpeterson, @rob1998, @schumijo, @stokkie90, Ian Bird and rick.stokkingreef
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