Add support for entity and button card
Major new features are support for core type: button
and type: entity
cards. Thanks to @elchininet for expanding the functionality we long time sought.
@bratanon introduced Deep equal, preventing many unnecessary updates.
Strategy forward
This will be the final update in its current state, still including the UpdateMoreInfo functionality.
We developed a new Plugin Custom-more-info that supersedes the functionally in custom-ui, and has many extra features. It is advised to use the available Custom-ui-only (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.
What's Changed
- new minimized icon_color only by @Mariusthvdb in #114
- Deep equal check on state hooks by @bratanon in #122
- edit custom-icon-color link by @Mariusthvdb in #124
- Delete custom-ui-gpt.js by @Mariusthvdb in #125
- Delete update_more_info.js by @Mariusthvdb in #126
- Delete custom-ui-icon-color.js by @Mariusthvdb in #127
- announce strategy forward by @Mariusthvdb in #129
- did you know by @Mariusthvdb in #130
- Update EXAMPLES.md by @Mariusthvdb in #131
- refactor custom-ui-only by @Mariusthvdb in #132
- add hooks for entity and button card by @Mariusthvdb in #133
Full Changelog: 2023112...2024011