github UI-Lovelace-Minimalist/UI v1.0.2
v1.0.2 🏳️‍🌈

latest releases: v1.3.10, v1.3.9, v1.3.8...
2 years ago

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

Don't miss a new UI release

NewReleases is sending notifications on new releases.