Skip to content

Releases: Mariusthvdb/custom-ui

carve out States Ui functionality

22 Mar 15:23
3082b81
Compare
Choose a tag to compare

Much of the original code in custom-ui is for Home Assistant States ui.
This is a further attempt to carve out many lines of code

BETA: further diminish redundant code

23 Mar 10:48
b5cf267
Compare
Choose a tag to compare
Pre-release

Next to an easier versioning, this is an attempt to further cut unnecessary/unused code, in trying to delete as many remnants of the old 'States' version as possible.

Please be aware for possible errors, and report issues if they arise. Also, please have a look if you spot further code to be deleted ;-)
installation:

- url: /local/lovelace/resources/custom-ui/custom-ui-beta.js?v=20210323-BETA
  type: module

align device_class, take out obsolete configuration options

22 Mar 12:01
01ef136
Compare
Choose a tag to compare

device_classes have been changed in HA Core, this updates these classes in Custom-ui

obsolete (used in home Assistant States ui) were still visible in the /configuration/customizations menu. This takes out those options to prevent confusion.

include majorVersion in more-info logic

18 Dec 10:24
aefeb71
Compare
Choose a tag to compare

changed version logic for more-info to include majorVersion

fixed more-info in HA 2020.X.X new numbering

18 Dec 09:43
31017d1
Compare
Choose a tag to compare

fixes more-info because of new numbering system in HA releases.
fixes #26

updated for HA 118

21 Nov 09:01
be6680e
Compare
Choose a tag to compare

Updated for HA 118

Handle nested items in a group dynamically

12 Nov 08:28
3862e14
Compare
Choose a tag to compare

Update to handle nested items in a group dynamically