We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8678f7 commit 186c812Copy full SHA for 186c812
1 file changed
custom_components/ph803w/manifest.json
@@ -1,11 +1,12 @@
1
{
2
"domain": "ph803w",
3
"name": "API polling for PH-803W pH and ORP sensor",
4
- "documentation": "https://github.com/dala318/python_ph803w",
5
- "version": "0.0.1",
6
- "dependencies": [],
7
"after_dependencies": [],
8
- "iot_class": "local_polling",
9
"codeowners": ["@dala318"],
10
- "requirements": []
+ "dependencies": [],
+ "documentation": "https://github.com/dala318/python_ph803w",
+ "iot_class": "local_polling",
+ "issue_tracker": "https://github.com/dala318/python_ph803w/issues",
+ "requirements": [],
11
+ "version": "0.0.3"
12
}
0 commit comments