Skip to content

Commit

Permalink
chore: sort manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
wolffshots committed Nov 21, 2024
1 parent 5caab4a commit 896463c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions custom_components/audiobookshelf/manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"domain": "audiobookshelf",
"name": "Audiobookshelf",
"version": "0.2.1",
"codeowners": [
"@wolffshots"
],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/wolffshots/hass-audiobookshelf",
"integration_type": "device",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/wolffshots/hass-audiobookshelf/issues",
"dependencies": [],
"requirements": [
"aiohttp"
],
"codeowners": [
"@wolffshots"
],
"integration_type": "device",
"config_flow": true
"version": "0.2.1"
}

0 comments on commit 896463c

Please sign in to comment.