I have started my journey with HA and modified the configuration.yaml based on this documentation.
Here is the info from the server. The validations were always fine, but after the restart, the UI won’t load and gives me 404: Not Found . I see these errors on log.
I can access the server fine, just the UI won’t load.
can someone help me understand what the mistake I am doing here?
There night be something I am missing, but you haven’t specified default_config: which means you won’t have any of these integrations, including the frontend:
Yeah, which is what bothers me that what I could be missing. I have the inspiration from Frenck from the HA team. I want to follow the way he did, that’s really cool.
well, that’s awesome default_config:. I added this and it worked. I will do a few more additions now and see how it goes. But I still doubt how it is working for Frenck?
good to know about it, but did you notice that there is no themes directory available. if I just add the line frontend: on frontend.yaml the GUI is coming up but not the same as default_config. Something to learn about it.
This is how the UI looks like with frontend: on frontend.yaml