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 b64b803 commit 372efdaCopy full SHA for 372efda
custom_components/lunar_phase/manifest.json
@@ -1,16 +1,16 @@
1
{
2
- "name": "Lunar Phase",
3
"domain": "lunar_phase",
4
- "version": "0.1.0",
+ "name": "Lunar Phase",
5
"codeowners": [
6
"@ngocjohn"
7
],
8
- "documentation": "https://github.com/ngocjohn/lunar-phase",
9
- "issue_tracker": "https://github.com/ngocjohn/lunar-phase/issues",
10
- "iot_class": "calculated",
11
"config_flow": true,
12
"dependencies": [],
+ "documentation": "https://github.com/ngocjohn/lunar-phase",
+ "iot_class": "calculated",
+ "issue_tracker": "https://github.com/ngocjohn/lunar-phase/issues",
13
"requirements": [
14
"ephem==4.1.5"
15
- ]
+ ],
+ "version": "0.1.0"
16
}
0 commit comments