Closed jardous closed 1 year ago
Do you have automation: !include automations.yaml
in your configuration.yaml
?
@ShonP40 yes, of course. I am reporting it, because it stopped working after recent upgrade. It was working great for months.
Well, I just installed Umbrel and seems like 0.5 uses the root user by default now
ouch! I wouldn't expect that from SW that I trust with my money... ;)
I think the issue is that on Umbrel it reads configuration.yaml
not from the data
folder but from the app folder (one level higher).
So the yaml file in the directory you listed will be ignored, see #46 .
@kroese in that case I'd not be able to see entries in my Overview page, right? But I do.
The issue is only with the automations. If I create a new automation, it adds it to the correct automations.yaml, but it does not list it in the UI.
@jardous Im pretty sure HA is totally ignoring your configuration file. Just put some invalid lines in it, and it will not result in an error during startup, because it does not even read that file.
double-checked the paths. Adding invalid lines does not result in an error during Configuration validation.
Weird is, that when I add new automation in UI, I see it appended in the automations.yaml, but it does not show in the UI list...
@jardous I'm facing the same problem right now. Did you manage to solve it?
yes, @davidecorradini. There were unsupported entries in the configuration.yaml
@jardous my configuration file does not have any other entry... I think it is being ignored by HA at all (if I put wrong stuff in it, HA does not complain...)
I stopped running HA as an Umbrel app and running it directly as a docker container...
Yeah, it seems to be the best thing to do. Thanks!
After today's upgrade to 0.5.0 my home-automation app does not seem to fully work
Automations won't load.
Newly created automations are not added to the empty list.
It seems there is an access right issue:
automations.yaml is overwritten by root. This might be the issue why it won't load