Skip to content

Releases: UI-Lovelace-Minimalist/UI

v1.1.6 🏳️‍🌈

28 Oct 12:37
a05522d
Compare
Choose a tag to compare

Changes

💡 Features

✨ Code enhancements

🐛 Bug Fixes

💬 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

28 Sep 19:11
6005387
Compare
Choose a tag to compare

Changes

  • Hotfix popup thermostat in adaptive dashboard

✨ Code enhancements

✨ Custom Card enhancements

  • #1004 [card_esh_welcome] Add ulm_custom_actions to allow custom popups @Drime

🐛 Bug Fixes

❤️ Thank you so much for helping out to keep this UI awesome

@Drime, @N-Schaef, @T1ppes, @basbruss and @schumijo

v1.1.5 🏳️‍🌈

28 Sep 12:54
0fbd171
Compare
Choose a tag to compare

Changes

✨ Code enhancements

✨ Custom Card enhancements

  • #1004 [card_esh_welcome] Add ulm_custom_actions to allow custom popups @Drime

🐛 Bug Fixes

❤️ Thank you so much for helping out to keep this UI awesome

@Drime, @N-Schaef, @T1ppes, @basbruss and @schumijo

v1.1.4 🏳️‍🌈

16 Sep 15:26
327582f
Compare
Choose a tag to compare

Changes

✨ Code enhancements

💡 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

❤️ 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 🏳️‍🌈

09 Sep 06:53
7abb1ce
Compare
Choose a tag to compare

This release brings some updates and bugfixes to the popups introduced by browser mod 2.0

Changes

🐛 Bug Fixes

❤️ Thank you so much for helping out to keep this UI awesome

@basbruss

v1.1.2 🏳️‍🌈

06 Sep 08:52
b97aa93
Compare
Choose a tag to compare

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

✨ Custom Card enhancements

💬 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 🏳️‍🌈

01 Sep 10:26
5b1a4a4
Compare
Choose a tag to compare

Changes

✨ Code enhancements

💡 New Custom Cards

✨ Custom Card enhancements

🐛 Bug Fixes

💬 Translations

📝 Documentation

❤️ 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 🏳️‍🌈

05 Aug 12:05
2eab8a0
Compare
Choose a tag to compare

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

image

  • Custom Actions has received additional improvements and added support for custom popups, thanks to @matrixx567

  • A new Weather Popup is introduced, thanks to @schumijo

image

Changes

💡 Features

✨ Code enhancements

✨ Custom Card enhancements

🐛 Bug Fixes

💬 Translations

  • #890 Added german language file for "custom_card_ristou_person" @eopo

📝 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 🏳️‍🌈

22 Jul 15:08
7114bb8
Compare
Choose a tag to compare

Changes

✨ Code enhancements

💡 New Custom Cards

✨ 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

💬 Translations

📝 Documentation

❤️ 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 🏳️‍🌈

28 Jun 09:42
fe66ea3
Compare
Choose a tag to compare

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

  1. 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
  1. 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)

  2. 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

💡 New Custom Cards

✨ Custom Card enhancements

🐛 Bug Fixes

💬 Translations

📝 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