Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Sep 18, 2023
1 parent a0e8773 commit 8b4943b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions custom_components/jura/manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"domain": "jura",
"name": "JURA Coffee Machines",
"config_flow": true,
"documentation": "https://github.com/AlexxIT/Jura",
"issue_tracker": "https://github.com/AlexxIT/Jura/issues",
"codeowners": [
"@AlexxIT"
],
"config_flow": true,
"dependencies": [
"bluetooth_adapters"
],
"documentation": "https://github.com/AlexxIT/Jura",
"integration_type": "device",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/AlexxIT/Jura/issues",
"requirements": [
"xmltodict"
],
"version": "v1.0.0",
"iot_class": "calculated"
}
"version": "1.0.0"
}

0 comments on commit 8b4943b

Please sign in to comment.