Skip to content

Commit c37224e

Browse files
committed
Add text to config flow
1 parent 579bf10 commit c37224e

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

custom_components/lelight/strings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
2+
"title": "LeLight ble connection",
23
"config": {
34
"step": {
45
"user": {
6+
"title": "Init connection",
57
"data": {
6-
"host": "MAC or ID from connected app"
8+
"host": "ID from LeLight App"
79
}
810
}
911
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"title": "LeLight ble connection",
3+
"config": {
4+
"step": {
5+
"user": {
6+
"title": "Init connection",
7+
"data": {
8+
"host": "ID from LeLight App"
9+
}
10+
}
11+
}
12+
}
13+
}

hacs.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"homeassistant": "2022.6.0",
33
"name": "ha-lelight",
4-
"render_readme": true,
5-
"zip_release": true,
6-
"filename": "ha-lelight.zip"
4+
"render_readme": true
75
}

0 commit comments

Comments
 (0)