Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodpayne committed Dec 8, 2023
1 parent c073dc2 commit 131a016
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion custom_components/person_location/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 10 additions & 10 deletions custom_components/person_location/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 131a016

Please sign in to comment.