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 0042bca commit 552d458Copy full SHA for 552d458
custom_components/readme/manifest.json
@@ -1,12 +1,10 @@
1
{
2
"domain": "readme",
3
"name": "Generate readme",
4
- "version": "0.0.0",
+ "codeowners": ["@ludeeus"],
5
+ "config_flow": true,
6
"documentation": "https://github.com/custom-components/readme",
7
+ "iot_class": "calculated",
8
"issue_tracker": "https://github.com/custom-components/issues",
- "config_flow": true,
- "codeowners": [
9
- "@ludeeus"
10
- ],
11
- "iot_class": "calculated"
+ "version": "0.0.0"
12
}
0 commit comments