Skip to content

Commit

Permalink
Add IoT class to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed May 2, 2021
1 parent 85eebfa commit ad03d84
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions custom_components/integration_blueprint/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"domain": "integration_blueprint",
"name": "Integration blueprint",
"version": "0.1.0.dev0",
"documentation": "https://github.com/Limych/ha-blueprint",
"issue_tracker": "https://github.com/Limych/ha-blueprint/issues",
"dependencies": [],
"config_flow": true,
"codeowners": [
"@Limych"
],
"requirements": []
"domain": "integration_blueprint",
"name": "Integration blueprint",
"version": "0.1.0.dev0",
"documentation": "https://github.com/Limych/ha-blueprint",
"issue_tracker": "https://github.com/Limych/ha-blueprint/issues",
"dependencies": [],
"config_flow": true,
"codeowners": [
"@Limych"
],
"requirements": [],
"iot_class": "calculated"
}

0 comments on commit ad03d84

Please sign in to comment.