[SOLVED] Homeassistant doesn't detect existing "version" key in custom integration's manifest

Hi,

I’m using a self-written integration for Twitch, and for a few HA-Versions now I’m getting the warning No 'version' key in the manifest file for custom integration 'my_twitch'. As of Home Assistant 2021.6, this integration will no longer be loaded. Please report this to the maintainer of 'my_twitch' - however the integration does have a manifest.json file, and there is a version-key defined in it. What am I missing here?

I have the integration in homeassistant/custom_components/my_twitch (__init__.py with just an empty Docstring, sensor.py and manifest.json), a copy of the manifest file is here: mainfest.json - Pastebin.com

Thanks in advance for any help!

1 Like

Resolution was to adjust the value of the “domain” key to match the folder the integration’s in (“my_twitch” instead of “myTwitch”)

1 Like