homeassistant-phonetrack icon indicating copy to clipboard operation
homeassistant-phonetrack copied to clipboard

Added version information

Open Lau1406 opened this issue 3 years ago • 1 comments

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

Lau1406 avatar Mar 14 '21 23:03 Lau1406

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.

tslpre avatar Apr 23 '21 07:04 tslpre