Skip to content

Commit

Permalink
sort manifest alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
imhotep committed Aug 25, 2024
1 parent defc57f commit 9b6afb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/unifi_access/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"domain": "unifi_access",
"name": "Unifi Access",
"codeowners": [
"@imhotep"
],
"config_flow": true,
"dependencies": [],
"documentation": "https://www.home-assistant.io/integrations/unifi_access",
"domain": "unifi_access",
"iot_class": "local_push",
"issue_tracker": "https://github.com/imhotep/hass-unifi-access/issues",
"name": "Unifi Access",
"requirements": [
"websocket-client==1.8.0"
],
Expand Down

0 comments on commit 9b6afb3

Please sign in to comment.