cathiele / homeassistant-goecharger

Home Assistant custom_component for controlling the go-eCharger EV-Charger
MIT License
89 stars 29 forks source link

Add version key to manifest.json #31

Closed Bouni closed 3 years ago

Bouni commented 3 years ago

Added version key to manifest.json to fix this warning in the logs:

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

This will fix your failing github action for hassfest as well, so I added the hassfest badge to the README.

I set the version in manifest.json to 0.13.0 which lets you draft a new release with this version so it shows up in HACS.

cathiele commented 3 years ago

Thank you for your PR! Until now i had no time to fix it.

Bouni commented 3 years ago

No big deal, happy to help out where I can!