Integrations are not showing up

Hi all,

I’m a newbie to home assistant configuration and I find it very hard to find out why things are not working as desired.

For example, I just want to get my Vissmann heating integrated by putting the vicare integration to my configuration. Instructions are very straight forward: https://www.home-assistant.io/integrations/vicare/#climate

However, I put the lines to my config but the integration / corresponding entities simply does not show and I have absolutely no clue why… there is also nothing to find in the logs regarding the vicare integration.

Same occurs to my vacuum robot, the deebot integration does also not show up. Also no hint in the log.

Heres the configuration so far… pretty small:

# Configure a default setup of Home Assistant (frontend, api, etc)
homeassistant:
  customize: !include customize.yaml

default_config:

vicare:
  username: daniel******@gmail.com
  password: '***'
  heating_type: gas

frontend:
  themes: !include_dir_merge_named themes

# Text to speech
tts:
  - platform: google_translate

light:
  - platform: flux_led
    automatic_add: true
    devices:
      192.168.0.42:
        name: led_tv_panel
        mode: "w"

deebot:
  username: daniel******@gmail.com
  password: '***'
  country: de
  continent: ww

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

Have you “restarted” homeassistant after adding in configuration.yaml?

I can’t find a ‘deebot’ integration in the docs, is it a custom component?

Sure. Multiple Times and searched the logs for issues. But could not found any hint.

The Deebot is a custom one, but at least the vicare should work.

Do you get any other errors in your logs? Do you see any new entity or service? Did you try without the deboot custom component?

There were some other errors. Also an entity i was not able to remove.

I’ve now removed the light platform (as the entity making trouble and could not be removed belonged to this platform).

Home assistant now restarts smoothly and the vicare entities show up. Not sure what has been wrong, but it seems that home assistant also was not able to restart before.