Skip to content

Commit 5bc911d

Browse files
authored
Merge branch 'main' into remove-statup-message
2 parents 2a68ad8 + a45a58b commit 5bc911d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed
Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"domain": "readme",
33
"name": "Generate readme",
4-
"after_dependencies": ["hassio"],
5-
"codeowners": ["@ludeeus"],
4+
"after_dependencies": [
5+
"hassio"
6+
],
7+
"codeowners": [
8+
"@ludeeus"
9+
],
610
"config_flow": true,
711
"documentation": "https://github.com/custom-components/readme",
812
"iot_class": "calculated",
913
"issue_tracker": "https://github.com/custom-components/issues",
10-
"version": "0.0.0"
11-
}
14+
"version": "0.6.0"
15+
}

0 commit comments

Comments
 (0)