Skip to content

Releases: andrey-git/home-assistant-custom-ui

2017-12-27

27 Dec 09:51
Compare
Choose a tag to compare

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

15 Dec 17:59
Compare
Choose a tag to compare
  • Fix bug in template computation.

2017-12-14 : Broken

14 Dec 18:26
Compare
Choose a tag to compare
  • 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

29 Nov 16:06
Compare
Choose a tag to compare
  • File names changed into state-card-custom-ui.html and state-card-custom-ui-es5.html. Either update customizer or see updated instructions in Activating section.

2017-11-17

17 Nov 17:05
Compare
Choose a tag to compare
  • Hotfix for HA 0.58

2017-10-18

18 Oct 17:22
Compare
Choose a tag to compare
  • Fix context-aware group names

2017-09-27 [Breaking change]

27 Sep 19:45
Compare
Choose a tag to compare

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 tweak themes attribute.
    Note that extra_data_template behavior didn't change.

2017-09-10

09 Sep 21:07
Compare
Choose a tag to compare

Note: Update to at least 20170910 required for HA 0.53+

  • Fix some Polymer2-related bugs.

2017-09-09 [Broken]

09 Sep 07:01
Compare
Choose a tag to compare
  • Compress code better and transpile it for ES5: Now it should support all browsers supported by Home Assistant.

2017-09-03 [Broken]

03 Sep 17:38
Compare
Choose a tag to compare

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.