I’m using HA with a Z-wave USB stick to control my window blinds via Homekit and everything works fine.
I’m using the ‘auto_start: false’ command to wait for the z-wave components to be ready and like I said, it all works fine.
But now I want to add my Sonos speakers to the configuration.yaml file, but whatever I change, not matter where I add some lines, I directly get errors that the config file is not ready and the blinds are not working anymore in Homekit.
Does anyone has a suggestion what goes wrong?
This is my configurations.yaml file:
# Configure a default setup of Home Assistant (frontend, api, etc) default_config:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc. # http: # base_url: example.duckdns.org:8123
Thanks for the info…it worked to delete the reference in configurations.yaml, although I still not able to get my sonos speakers in homekit visible, but that’s another problem to be solved…
I always find it helpful after making changes to config files to hit the ‘Check Configuration’ button before rebooting.
Much easier to sort issues before they stop HA from booting
Maybe a stupid question, but where can I find that button? The configurator shows a green check mark, so it looks like the configuration file has no errors…
it’s found under the configuration->server controls section. but you have to enable advanced mode under your user before that is visible.
Also I still stand by my advice above even tho in this case the problem was obvious even with the incorrect formatting and lack of error logs. In the future it might not be that way and standard protocol is to post your code correctly by default.