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