betaboon / philips-airpurifier-coap

💨 Philips AirPurifier custom component for Home Assistant. With support for new Devices with CoAP protocol. Tested on AC2729/10 (bought early 2020)
70 stars 31 forks source link

'version' needs to be included in the manifest since HA 2021.3.1 #17

Closed kongo09 closed 3 years ago

kongo09 commented 3 years ago

HA 2021.3.1 now requires that custom integrations have a version in the manifest. Currently, HA throws the following warning in the log:

No 'version' key in the manifest file for custom integration 'philips_airpurifier'. This will not be allowed in a future version of Home Assistant. Please report this to the maintainer of 'philips_airpurifier'

This will lead to problems down the road.

ronaldt80 commented 3 years ago

just add "version": "0.1" in the manifest.json file

kongo09 commented 3 years ago

see pull request https://github.com/betaboon/philips-airpurifier/pull/18