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

latest releases: v1.3.9, v1.3.8, v1.3.7...
24 months ago

This release introduces some long-awaited improvements to the backend of this integration with 3 main features:

1. Translation engine 🌐

From now on almost all strings and states are auto-translated by the HA-core engine and are available in many more languages.
You can add translations by contributing to HA itself through Lokalise

2. Set Click actions 🖱️

This feature lets you customize the behavior of all types of click actions (tap_action, hold_action, and double_tap_action)
Please read the documentation on our Wiki.

3. Adaptive Dashboard 💻

This newly added dashboard can be configured in the integration setup. It changes based on the type of your device and screen size.
Warning: Please read the documentation carefully through the setup!
Adaptive Dashboard

Changes

💡 Features

✨ Code enhancements

💡 New Custom Cards

✨ Custom Card enhancements

🐛 Bug Fixes

💬 Translations

📝 Documentation

⚠️ Breaking Changes

The card_person needs an entity specified outside the variables config to work with the new translation engine #728
This also holds when manually updating any custom person card!

Old config

- type: 'custom:button-card' 
  template: card_person 
  variables: 
    ulm_card_person_entity: person.username

New Config

- type: 'custom:button-card' 
  template: card_person 
  entity: person.username 
  variables: 
    ulm_card_person_entity: person.username

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

@1337Reaper, @13robin37, @AndyVRD, @Gilganik, @LeandroIssa, @Neekster, @T1ppes, @basbruss, @cmccambridge, @github-actions, @oscfdezdz, @ronijaakkola, @schumijo, @sisimomo and @zerosottozero

Don't miss a new UI release

NewReleases is sending notifications on new releases.