New CustomUI features: Entity Theming, Confirmable controls, per-device attributes and more

New features at CustomUI

  • Extra data that can access other entity’s state
  • Allow context-aware group names
  • Confirmable controls
  • Dynamic customization
  • Entity-theming
  • Installer/updater script
  • Device-aware attributes
7 Likes

@andrey this is amazing - is the new installer compatible with hass.io? (I’m getting server timeout errors)

If not, I think it should work manually and will go that route. But the installer sounds really nice.

I never tried hass.io myself, but the updater.sh script should work.

Just made another update:
Added theme_template for easier conditional per-entity theming
and changed how extra_data_template is treated. [Breaking change]

Thanks for update @andrey Going to install and play with it :wink:

Andrey would you be interested in porting it to a docker container for use in hass.io? If not, would you be opposed to the hass.io community working on doing so?

I plan to look at hass this weekend. Regardless, any PRs to my repo are welcome

@andrey I try to set tabs visibility based on Device Name. I found how to hide/show a tab using script

How can I use the Device Name in an automation ?

You can’t. Scripts are server-side, device name is client-side.