j1nx / homeassistant-phonetrack

PhoneTrack custom device_tracker component for Home Assistant.
Apache License 2.0
29 stars 15 forks source link

Added version information #3

Closed Lau1406 closed 3 weeks ago

Lau1406 commented 3 years ago

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

tslpre commented 3 years ago

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.