diff --git a/custom_components/person_location/const.py b/custom_components/person_location/const.py index 38eb014..fdbac3e 100644 --- a/custom_components/person_location/const.py +++ b/custom_components/person_location/const.py @@ -28,7 +28,7 @@ API_STATE_OBJECT = DOMAIN + "." + DOMAIN + "_integration" INTEGRATION_NAME = "Person Location" ISSUE_URL = "https://github.com/rodpayne/home-assistant/issues" -VERSION = "2024.04.17" +VERSION = "2024.04.22" # 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 9df18cb..c14ea6f 100644 --- a/custom_components/person_location/manifest.json +++ b/custom_components/person_location/manifest.json @@ -16,9 +16,9 @@ "zone" ], "documentation": "https://github.com/rodpayne/home-assistant_person_location/blob/master/README.md#table-of-contents", - "integration_type": "hub", + "integration_type": "service", "iot_class": "calculated", "issue_tracker": "https://github.com/rodpayne/home-assistant_person_location/issues", "requirements": [], - "version": "2024.04.17" + "version": "2024.04.22" } \ No newline at end of file