Releases: andrey-git/home-assistant-custom-ui
Releases · andrey-git/home-assistant-custom-ui
2017-12-27
Note: Update to at least 20171227 required for HA 0.61+
- Hotfix for HA 0.61
- Change size of badges in state card to 85% to match the badges in the top section.
- Added --ha-badges-card-width and --ha-badges-card-text-align variables to allow theming badges in state card.
extra_data_template
can now be an array to display several rows of data.- Align lock icon better for cover domain.
2017-12-15
- Fix bug in template computation.
2017-12-14 : Broken
- New feature: Templates are now processed when states are fetched, so you can now template any state or attribute, not just in state cards. For example:
- Modify group members.
- Make your own translation of states.
- Improvements:
confirm_controls
will now protect the whole state card and not just the toggle control. Fixes #39- Context-aware and Device-aware attributes can now be defined as regular expression. Fixes #55
- extra_badge can now be a list if you want to put more than 1 badge into a state card.
- Bugfix: Improve detection of whether slider should be hidden in
hide-slider
mode. Fixes #15
2017-11-29 Breaking Change
- File names changed into
state-card-custom-ui.html
andstate-card-custom-ui-es5.html
. Either update customizer or see updated instructions in Activating section.
2017-11-17
- Hotfix for HA 0.58
2017-10-18
- Fix context-aware group names
2017-09-27 [Breaking change]
Note: Update to at least 20170910 required for HA 0.53+
- Entity state and attributes can now be overridden by templates. See Templates
- [Breaking change]:
theme_template
attribute has been removed. Used templates to tweakthemes
attribute.
Note thatextra_data_template
behavior didn't change.
2017-09-10
Note: Update to at least 20170910 required for HA 0.53+
- Fix some Polymer2-related bugs.
2017-09-09 [Broken]
- Compress code better and transpile it for ES5: Now it should support all browsers supported by Home Assistant.
2017-09-03 [Broken]
Note: Update to at least 20170830 required for HA 0.53+
- Use badges without using group-in-group
- Per-entity theming improvements (Thanks @ahofelt for reference implementation):
- paper-card-background-color will now properly set per-entity background.
- Label-related variable will now properly affect labels.
- Support for using your own custom UI state cards with this CustomUI framework.