ha_philips_android_tv icon indicating copy to clipboard operation
ha_philips_android_tv copied to clipboard

Integration will stop working with home assistant 2021.6

Open nckmml opened this issue 3 years ago • 2 comments

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'

nckmml avatar May 06 '21 09:05 nckmml

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

atozfugh avatar Jun 08 '21 17:06 atozfugh

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!

atozfugh avatar Jun 08 '21 18:06 atozfugh