homeassistant-phonetrack
homeassistant-phonetrack copied to clipboard
Added version information
Home Assistant started throwing warnings about missing version information in this custom component (which I've used for a long time now and loving it). So I added the version information to the manifest file.
I wasn't sure what version this is, so I put '0.1' in there. Not sure if this is desired, but can of course easily be changed.
I've tested this change on my HA server (version core-2021.3.4 running in docker) and the warning went away
Good point, however, I would like to raise a minor point, following the official communication (https://developers.home-assistant.io/blog/2021/01/29/custom-integration-changes/). The desired format should be something like: "0.1.0" including a patch version.