Releases: UI-Lovelace-Minimalist/UI
Releases · UI-Lovelace-Minimalist/UI
v1.3.17 🏳️🌈
v1.3.16 🏳️🌈
Changes
- #1596 Delete images folder custom_card_heat_pump @wilbiev
- #1604 fix: bottom padding in minimalist-ios-tapbar theme @mxilievski
- #1605 Bug fixes action_card - card_room @wilbiev
❤️ Thank you so much for helping out to keep this UI awesome
@mxilievski and @wilbiev
v1.3.15 🏳️🌈
Changes
- #1503 init: add lock to vertical_button @JStaegerino
- #1528 Update nl.json @TiTaTim
- #1580 Add custom cards title and subtitle @wilbiev
- #1587 Update sk.json @misa1515
- #1593 Several issues fixed @wilbiev
📝 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
v1.3.14 🏳️🌈
Changes
- #1571 Wilbie fix cards @wilbiev
- #1479 Add custom_card_iAbadia_battery_chip @iAbadia
- #1523 custom_card_schumijo_flower | Added support to Olen lovelace-flower-card fork on @AthAshino
- #1496 1495 collapse media players in an idle state @gravityrebel
- #1431 Add Ukrainian translation @unreadablename
- #1328 Custom card based on 'custom_card_person_info'. @imaginelenses
- #1474 Update card_vacuum.yaml - add support for lawn mower @tieskuh
- #1529 fix: error in light card button documentation @DavidSchischke
- #1578 Update GA workflows - update pre-commit - fixes source code @wilbiev
📝 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 🏳️🌈
Changes
- #1540 Fix: Update card_mod declarations and correct indentation @jeffreygarc
- #1568 Fix welcome scenes @wilbiev
❤️ Thank you so much for helping out to keep this UI awesome
v1.3.12 🏳️🌈
Changes
- #1554 register static files with async_register_static_paths instead @warmfire540
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 🏳️🌈
v1.3.10 🏳️🌈
Changes
- #1513 Fix log messages "Detected blocking call' and hanging issues #3 @wilbiev
- #1505 Card media player fix @voxmatt
- #1500 Fix custom_card_eraycetinay_lock translations and add support for binary sensor @downey-lv
- #1484 Update card_cover.yaml @lk-dll
- #1468 Update custom_card_paddy_dwd_pollen.yaml @idominiki
- #1462 Add Simplified Chinese zh-CN translation @Cookie987
- #1461 chore: fix typo @fschlag
- #1447 Update card_vertical_button.md @neiromaster
- #1443 fix tap_action in speedtest custom card @warmfire540
- #1439 typo in card_navigate.yaml @weedpump
- #1438 [FIX FOR #1435] custom_card_sisimomo_printer.yaml - Fix for card-mod v3.4.0 @tieskuh
- #1437 [FIX FOR #1435] custom_card_bar_card.yaml - Fix for card-mod v3.4.0 @tieskuh
- #1433 [navigate_card] Fix icon color variable @rosarioscavo
- #1432 [FIX FOR #1435] custom_card_mpse_printer.yaml - Fix for card-mod v3.4.0 @tieskuh
- #1429 Added Hungarian translation to custom_card_eraycetinay_elapsed_time @mileszk
- #1420 docs: 📝 Update docs for Binary Sensor cards @AneeshBhatnagar
- #1515 Release @basbruss
📝 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 🏳️🌈
Changes
✨ Code enhancements
🐛 Bug Fixes
📝 Documentation
- #1412 Update README.md @alexbergsland
❤️ Thank you so much for helping out to keep this UI awesome
v1.3.8 🏳️🌈
⚠️ 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