Custom UI elements for Home Assistant
TODO: Add screenshots
Please fill the usage poll
Update to at least 20171227 for HA 0.61+
Update to at least 20171129 for HA 0.59-0.60
See installing
See activating
See features
- Fix race condition that could prevent HA from starting. Issues #83 #84
- Support hiding groups/entities from the default view.
- Allow setting margin on slider via
--ha-themed-slider-margin
. - Allow changing state-card badge margins via
--ha-badges-card-margin
. extra_badge
s can now be individually themed.- Allow changing the size and number of UI columns (requires customizer)
- 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.
- Fix bug in template computation.
- New feature: Templates are now processed when states are fetched, so you can now template any state or attribute, nit 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
- 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.