diff --git a/custom_components/person_location/const.py b/custom_components/person_location/const.py index 76d0c1a..e956f96 100644 --- a/custom_components/person_location/const.py +++ b/custom_components/person_location/const.py @@ -33,7 +33,7 @@ API_STATE_OBJECT = DOMAIN + "." + DOMAIN + "_integration" INTEGRATION_NAME = "Person Location" ISSUE_URL = "https://github.com/rodpayne/home-assistant_person_location/issues" -VERSION = "2024.06.29" +VERSION = "2025.01.08" # Constants: METERS_PER_KM = 1000 diff --git a/custom_components/person_location/manifest.json b/custom_components/person_location/manifest.json index 159a7b1..e258a91 100644 --- a/custom_components/person_location/manifest.json +++ b/custom_components/person_location/manifest.json @@ -20,5 +20,5 @@ "iot_class": "calculated", "issue_tracker": "https://github.com/rodpayne/home-assistant_person_location/issues", "requirements": [], - "version": "2024.06.29" + "version": "2025.01.08" } \ No newline at end of file