ha_philips_android_tv
ha_philips_android_tv copied to clipboard
Integration will stop working with home assistant 2021.6
From logs:
No 'version' key in the manifest file for custom integration 'philips_android_tv'. As of Home Assistant 2021.6, this integration will no longer be loaded. Please report this to the maintainer of 'philips_android_tv'
Yeah, i got the same problem. If i can help somehow (provide logs etc.) feel free to message me!
Also this link is provided in the logs: https://developers.home-assistant.io/blog/2021/01/29/custom-integration-changes/#versions
So i actually fixed the problem. I´m not sure what will happen with any further applied update.
This is actually so simple, that i'm very surprised it worked. Home Assistant only wants a version number in the manifest file. The file is located at custom_components\philips_ambilight\manifest.json. I just added a random version number "version": "1.0.0"
to the file (don't forget the ,
the line before) and after a restart it worked again like a charme!