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 12fd05a commit f5ad777Copy full SHA for f5ad777
custom_components/readme/const.py
@@ -6,7 +6,7 @@
6
7
DOMAIN = "readme"
8
DOMAIN_DATA = "readme_data"
9
-INTEGRATION_VERSION = "0.0.0"
+INTEGRATION_VERSION = "0.6.0"
10
11
ISSUE_URL = "https://github.com/custom-components/readme/issues"
12
custom_components/readme/manifest.json
@@ -1,11 +1,15 @@
1
{
2
"domain": "readme",
3
"name": "Generate readme",
4
- "after_dependencies": ["hassio"],
5
- "codeowners": ["@ludeeus"],
+ "after_dependencies": [
+ "hassio"
+ ],
+ "codeowners": [
+ "@ludeeus"
"config_flow": true,
"documentation": "https://github.com/custom-components/readme",
"iot_class": "calculated",
13
"issue_tracker": "https://github.com/custom-components/issues",
- "version": "0.0.0"
-}
14
+ "version": "0.6.0"
15
+}
0 commit comments