We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 579bf10 commit c37224eCopy full SHA for c37224e
custom_components/lelight/strings.json
@@ -1,9 +1,11 @@
1
{
2
+ "title": "LeLight ble connection",
3
"config": {
4
"step": {
5
"user": {
6
+ "title": "Init connection",
7
"data": {
- "host": "MAC or ID from connected app"
8
+ "host": "ID from LeLight App"
9
}
10
11
custom_components/lelight/translations/en.json
@@ -0,0 +1,13 @@
+{
+ "config": {
+ "step": {
+ "user": {
+ "data": {
+ }
12
13
+}
hacs.json
@@ -1,7 +1,5 @@
"homeassistant": "2022.6.0",
"name": "ha-lelight",
- "render_readme": true,
- "zip_release": true,
- "filename": "ha-lelight.zip"
+ "render_readme": true
0 commit comments