Intergration 'home' missing

Hi All

I’m really new to Home Assistant, but it’s really great what you can do with it. I’ve already setup a lot of automations and devices in it and it works like a charm.

Unfortunately I’ve a issue with the installation. I cannot restart Home Assistant, without booting the whole pi.

I get an error, that the Integration home is missing:

ERROR (MainThread) [homeassistant.components.homeassistant] The system cannot reload because the configuration is not valid: Integration error: home - Integration ‘home’ not found.

Everything else is working. This is only a little disturbing. Does someone had the same error?

I cannot find an integration named home. Also I cannot find a reference in the files pointing to this integration.

I hope someone have a Idea :smiley:

Already thank you all for your help.

Hi, welcome to the forum.

Do you have something in your configuration.yaml that refers to home in some way?
If so, comment that line/section and try again.

Hi Nick4

Thank you for your reply.

No:

# Loads default set of integrations. Do not remove.

default_config:

# Load frontend themes from the themes folder

frontend:

  themes: !include_dir_merge_named themes

# Text to speech

tts:

  - platform: google_translate

automation: !include automations.yaml

script: !include scripts.yaml

scene: !include scenes.yaml

# Example configuration.yaml entry

http:

  use_x_forwarded_for: true

  trusted_proxies:

    - x.x.x.x

  ip_ban_enabled: false

home assistant:

  name: homeassistant

Yes you do: your last section

home assistant:

  name: homeassistant
1 Like

Really? Is this the ‘home’ integration?

I’ve deleted it and it works :slight_smile:

You are great :smiley: Thank you very much !!! :smiley:

You’re welcome!
I have no clue where that comes from, never seen it.

Please mark the answer as the solution: it might help others & some will not waste time in trying to help you when not needed anymore.

Done!

Thank you again and have a good time.

All the best!

1 Like