Skip to content

Commit

Permalink
Manifest entries in alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmeghead committed Jul 27, 2024
1 parent 75f01a8 commit fb55fea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom_components/visonic/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"domain": "visonic",
"name": "Visonic Intruder Alarm",
"codeowners": ["@davesmeghead"],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/davesmeghead/visonic/wiki",
"domain": "visonic",
"integration_type": "hub",
"iot_class": "local_push",
"issue_tracker": "https://github.com/davesmeghead/visonic/issues",
"requirements": ["Pillow", "pyserial_asyncio"],
"loggers": ["visonic"],
"name": "Visonic Intruder Alarm",
"requirements": ["Pillow", "pyserial_asyncio"],
"single_config_entry": false,
"version": "0.9.6.4"
}

0 comments on commit fb55fea

Please sign in to comment.