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
New features at CustomUI
@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.
Just made another update:
Added theme_template
for easier conditional per-entity theming
and changed how extra_data_template
is treated. [Breaking change]
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.