Skip to content

Take out UpdateMoreInfo, move to legacy

Latest
Compare
Choose a tag to compare
@Mariusthvdb Mariusthvdb released this 19 Jan 06:51
· 9 commits to master since this release
1ca61d6

BREAKING BREAKING

This is just a resource name change, but an important one. We have had 2 resources in this repo for some time now:

  • custom-ui (with updateMoreInfo functionality built in)
  • custom-ui-only (without updateMoreInfo)

Reason was we developed a new Plugin Custom-more-info that supersedes the functionally in the former custom-ui, and has many extra features.
Because the new Custom-more-info not only has more features, but also performs much better, we took out the updateMoreInfo functionality of the legacy custom-ui plugin, and release the new version in this release.

With this release we change the resource names:

  • custom-ui (the new default plugin of this repo, now without the updateMoreInfo functionality)
  • custom-ui-legacy (the former plugin, now only here for reference to the legacy of this plugin, not to be used anymore! )

From now on, It is advised to use the new Custom-ui (so the one without the UpdateMoreInfo functionality) alongside Custom-more-info for full functionality in modern Home Assistant.

If you don't need or want template functionality, please see our now Custom-icon-color plugin. Ofc this can also be combined with the new Custom-more-info.

There is no reason anymore to use the now called custom-ui-legacy, which we only have for historical reasons, and probably will take out soon to prevent confusion.

What's Changed

Full Changelog: 2024011...2024011