Skip to content

Commit

Permalink
Alpha order in manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodpayne committed Dec 8, 2023
1 parent 131a016 commit 9b7ddc7
Showing 1 changed file with 10 additions and 10 deletions.
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 9b7ddc7

Please sign in to comment.