Check Home Assistant configuration error from 0.112.4 to 0.114.3

Hi

I’ve launched Check Home Assistant configuration before moving to 0.114.3 from 0.112.4 but I get the following error

I’ve tried more than once, but the result is the same.


[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] udev.sh: executing... 
starting version 3.2.9
[15:41:07] INFO: Update udev information
[cont-init.d] udev.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[15:41:07] INFO: Setup udev devices

[15:41:10] INFO: Don't worry, this temporary installation is not overwriting your current one.
[15:41:10] INFO: Installing Home Assistant: latest...
[15:41:10] INFO: Please be patient, this might take a few minutes...
[15:41:41] INFO: Installed Home Assistant 0.114.3
[15:41:41] INFO: Making a copy of your configuration for checking...
[15:41:58] INFO: Checking your configuration against this version...
/tmp/config/custom_components/breaking_changes/__init__.py:144: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if platform["component"] is None or platform["component"] is "None":
[15:45:06] INFO: Configuration check finished - no error found! :)
s6-svscanctl: fatal: unable to control /var/run/s6/services: supervisor not listening
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.

What can I check?

Thanks

I don’t use the supervised installs, but it looks like maybe you have a broken custom integration (i.e., breaking_changes)??? There’s definitely a bug in that code as indicated by the SyntaxWarning. Did you install that custom integration, or is that somehow part of the supervised install???

Thanks @pnbruckner

I have Breaking Changes as HACS Integrations.

Now I’ve removed, but I still get an error


[18:41:18] INFO: Checking your configuration against this version...
[18:44:32] INFO: Configuration check finished - no error found! :)
s6-svscanctl: fatal: unable to control /var/run/s6/services: supervisor not listening
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.

Really strange that I don’t get any warning since I’m on 0.112.x and I saw from the docs that I need to do some adjustement before moveing to 0.113 and now to 0.114…

Well that I can’t help you with. Maybe someone who uses the supervised install (or whatever it’s called these days) can help.

You might also want to report that issue to the creator of the Breaking Changes custom integration.

1 Like