nstrelow / ha_philips_android_tv

Home Assistant custom component for the newer (2016+) Philips Android TVs
109 stars 28 forks source link

Integration will stop working with home assistant 2021.6 #56

Open nckmml opened 3 years ago

nckmml commented 3 years ago

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'

atozfugh commented 3 years ago

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 commented 3 years ago

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!