More CustomUI: Now with customized state/attributes

I just pushed a new version of CustomUI

Now you can change the entity state / attributes for UI sake. For example replace ‘on’ with ‘active’, etc.

1 Like

Thanks for your work on this project. I am having trouble accessing the custom-ui page after the HA upgrade earlier this month. It works fine when I am at home but outside my network I get 404 on the dev page in chrome. I tried to move the page in the front end: config but its locked into localhost:8123/local/.

Any suggestions?

btw I use nginx to handle ssl and forward to a non ssl HA if that matters.

You could try to use the hosted config https://github.com/andrey-git/home-assistant-custom-ui/blob/master/docs/installing.md where the file comes from github server and not from your machine.

That said, there is not reason it shouldn’t work as is.
Try disabling the reverse proxy. Maybe it is not letting through all URLs?

You are probably right that my nginx setup is prevent the URL to load. I pointed to your hosted site which fixed it. Thanks