custom-components/breaking_changes

Error when running "Check Home Assistant Configuration"

woody4165 opened this issue · 1 comments

Version of the custom_component

latest non-beta version of Breaking Changes integration, installed via HACS. Tried also to reinstall from HACS

Describe the bug

When running the "Check Home Assistant Configuration" I get an error related to Breaking changes, see below.
As soon as I remove the integration and the breaking_changes: in the configuration.yaml file, the error does not appear anymore,

Add your logs here.

[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.

That is not an error and does not mean anything.