We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11d27a commit 87bb8c1Copy full SHA for 87bb8c1
1 file changed
custom_components/ir_light/manifest.json
@@ -1,11 +1,12 @@
1
-{"domain": "ir_light",
+{
2
+ "domain": "ir_light",
3
"name": "IR RGB Light Mapper",
- "version": "0.1.2",
4
"codeowners": ["@Infinitte"],
5
"config_flow": true,
6
- "issue_tracker": "https://github.com/Infinitte/HA-IR-Light/issues",
7
- "iot_class": "local_polling",
8
- "documentation": "https://github.com/Infinitte/HA-IR-Light",
9
"dependencies": [],
10
- "requirements": []
+ "documentation": "https://github.com/Infinitte/HA-IR-Light",
+ "iot_class": "local_polling",
+ "issue_tracker": "https://github.com/Infinitte/HA-IR-Light/issues",
+ "requirements": [],
11
+ "version": "0.1.2"
12
}
0 commit comments