From 131a0163c213b3e918eee88f0ddc4f1844e4dddc Mon Sep 17 00:00:00 2001 From: Rod Payne Date: Fri, 8 Dec 2023 13:04:56 -0700 Subject: [PATCH] Bump version. --- custom_components/person_location/const.py | 2 +- .../person_location/manifest.json | 20 +++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/custom_components/person_location/const.py b/custom_components/person_location/const.py index 9beacf9..bcb8e2d 100644 --- a/custom_components/person_location/const.py +++ b/custom_components/person_location/const.py @@ -24,7 +24,7 @@ API_STATE_OBJECT = DOMAIN + "." + DOMAIN + "_integration" INTEGRATION_NAME = "Person Location" ISSUE_URL = "https://github.com/rodpayne/home-assistant/issues" -VERSION = "2023.09.08" +VERSION = "2023.09.26" # Fixed parameters: MIN_DISTANCE_TRAVELLED_TO_GEOCODE = 5 diff --git a/custom_components/person_location/manifest.json b/custom_components/person_location/manifest.json index 40b8aa2..161c0ef 100644 --- a/custom_components/person_location/manifest.json +++ b/custom_components/person_location/manifest.json @@ -1,24 +1,24 @@ { "domain": "person_location", "name": "Person Location", + "integration_type": "hub", + "documentation": "https://github.com/rodpayne/home-assistant_person_location/blob/master/README.md#table-of-contents", + "issue_tracker": "https://github.com/rodpayne/home-assistant_person_location/issues", + "dependencies": [ + "device_tracker", + "mobile_app", + "sensor", + "zone" + ], "after_dependencies": [ "person", "waze_travel_time" ], + "config_flow": true, "codeowners": [ "@rodpayne" ], - "config_flow": true, - "dependencies": [ - "device_tracker", - "mobile_app", - "sensor", - "zone" - ], - "documentation": "https://github.com/rodpayne/home-assistant_person_location/blob/master/README.md#table-of-contents", - "integration_type": "hub", "iot_class": "calculated", - "issue_tracker": "https://github.com/rodpayne/home-assistant_person_location/issues", "requirements": [], "version": "2023.09.26" } \ No newline at end of file