sander1988 / Indego

Home Assistant Custom Component for Bosch Indego Lawn Mower
Apache License 2.0
96 stars 29 forks source link

HA 2021.6.2 breaks indego integration #131

Closed snoekieboe closed 3 years ago

snoekieboe commented 3 years ago

Hi,

After upgrading to Home Assistant 2021.6.2 the Indego integration is no longer working. Parsing/validating my configuration before restarting HA results in error:

"Component error: indego - Integration 'indego' not found."

Ik have the following in my configuration.yaml:

indego:
  username: !secret indego_username
  password: !secret indego_password
  id:       !secret indego_id
  name:     MowMow

What could be going on here?

UltraSub commented 3 years ago

See this issue. Hass doesn't load custom integrations without a version specified in the manifest. It's fixed but not released yet.

snoekieboe commented 3 years ago

Is was just reading up on that thnx! and sorry for opening an additional ticket on the topic.

jm-73 commented 3 years ago

Closing this due to duplicate issue!