Skip to content

Releases: UI-Lovelace-Minimalist/UI

v1.3.17 🏳️‍🌈

22 Feb 13:50
35f28c8
Compare
Choose a tag to compare

Changes

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

@wilbiev

v1.3.16 🏳️‍🌈

01 Feb 12:21
b86e583
Compare
Choose a tag to compare

Changes

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

@mxilievski and @wilbiev

v1.3.15 🏳️‍🌈

05 Jan 14:32
3605616
Compare
Choose a tag to compare

Changes

📝 Documentation

  • #1575 [Action] Update custom_cards docs @github-actions
  • #1585 [Action] Update custom_cards docs @github-actions

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

@JStaegerino, @misa1515, @TiTaTim and @wilbiev

v1.3.14 🏳️‍🌈

27 Dec 09:08
2864b6b
Compare
Choose a tag to compare

Changes

📝 Documentation

  • #1572 [Action] Update custom_cards docs @github-actions
  • #1574 [Action] Update custom_cards docs @github-actions

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

@AthAshino, @DavidSchischke, @gravityrebel, @iAbadia, @imaginelenses, @tieskuh, @unreadablename and @wilbiev

v1.3.13 🏳️‍🌈

21 Dec 19:54
Compare
Choose a tag to compare

Changes

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

@wilbiev

v1.3.12 🏳️‍🌈

17 Dec 19:04
94bf9fc
Compare
Choose a tag to compare

Changes

HA version 2024.8 or higher required!

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

@warmfire540 and @wilbiev

v1.3.11 🏳️‍🌈

14 Dec 12:29
f3763dd
Compare
Choose a tag to compare

Changes

HA version 2024.8 or higher required!

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

@wilbiev

v1.3.10 🏳️‍🌈

03 Jul 12:09
c4079cc
Compare
Choose a tag to compare

Changes

📝 Documentation

  • #1514 [Action] Update custom_cards docs @github-actions

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

@AneeshBhatnagar, @Cookie987, @basbruss, @downey-lv, @fschlag, @idominiki, @lk-dll, @mileszk, @neiromaster, @rosarioscavo, @tieskuh, @voxmatt, @warmfire540, @weedpump and @wilbiev

v1.3.9 🏳️‍🌈

24 Nov 10:06
77424a7
Compare
Choose a tag to compare

Changes

✨ Code enhancements

🐛 Bug Fixes

📝 Documentation

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

@MastrUsr, @alexbergsland and @basbruss

v1.3.8 🏳️‍🌈

07 Nov 11:04
1d4de6d
Compare
Choose a tag to compare

⚠️Breaking Change

To fix #1398 the ulm_show_last_changed variable must be adapted to another naming scheme.
The naming scheme is changed to: ulm_{template_name}_show_last_changed

So for the card_binary_sensor the config changes from:

type: "custom:button-card"
template: "card_binary_sensor"
entity: "binary_sensor.my_sensor"
variables:
  ulm_show_last_changed: true

To the new version:

type: "custom:button-card"
template: "card_binary_sensor"
entity: "binary_sensor.my_sensor"
variables:
  ulm_card_binary_sensor_show_last_changed: true

Affected cards are:

  • card_binary_sensor
  • card_binary_sensor_alert
  • card_cover

Changes

🐛 Bug Fixes

💬 Translations

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

@MickLesk and @basbruss