#Integrations in custom components not loading

1 messages · Page 1 of 1 (latest)

hushed karma
#

My integrations that I've made in custom components suddenly don't load in anymore. They were working for one moment, then at the next restart they just stopped. HA doesn't even try to load them in for some reason. I've put a logger.error at the beginning of all my integrations and none of them are triggered. I've rebased back to my latest version that worked last week, but that now gives me the same error.

Everything is correct in my configuration.yaml, as well as my manifest.json. One minute they worked, the other they didn't - I hope someone knows what may have caused this.

half jasper
#

Please share your manifest.json. And I suggest choosing Developer from Channels & Roles and using the dev channels for dev questions

hushed karma
#
  "domain": "zonnedorpen_controller",
  "name": "Zonnedorpen Controller",
  "codeowners": [],
  "dependencies": [],
  "documentation": "https://github.com/home-assistant/example-custom-config/tree/master/custom_components/example_sensor/",
  "iot_class": "local_polling",
  "requirements": [],
  "version": "0.2.6"
} ```
#

Oh thank you, do I still switch to that channel now or can we do it here?

half jasper
#

The other thing is that your system may be starting in safe mode because of some configuration issue

#

Should be clear from the logs

hushed karma
#

There's nothing in the logs about safe mode, the logs really aren't telling me anything informative. There's no critical error or warning explaining why it does not load. Like I've said, I've put error logs within the init files to see if they are even accessed, but the setup just seems to ignore my integrations completely.