Skip to content

weans1975/home-assistant-custom-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom UI elements for Home Assistant

TODO: Add screenshots

Notes

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

Installing

See installing

Activating

See activating

Features

See features

Changelog

2018-01-17

  • Fix race condition that could prevent HA from starting. Issues #83 #84

2018-01-14 : Broken release

  • Support hiding groups/entities from the default view.

2018-01-12

  • Allow setting margin on slider via --ha-themed-slider-margin.
  • Allow changing state-card badge margins via --ha-badges-card-margin.
  • extra_badges can now be individually themed.
  • Allow changing the size and number of UI columns (requires customizer)

2017-12-27

  • 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 release

  • 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

2017-11-29 : Breaking Change

  • 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.

Full Changelog

Packages

No packages published

Languages

  • HTML 97.8%
  • JavaScript 1.2%
  • Shell 1.0%