Skip to content

Commit 533b9f9

Browse files
authored
velux: add missing data_descriptions in config flow (#155832)
1 parent 5de7928 commit 533b9f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

homeassistant/components/velux/strings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
"data": {
1919
"host": "[%key:common::config_flow::data::host%]",
2020
"password": "[%key:common::config_flow::data::password%]"
21+
},
22+
"data_description": {
23+
"host": "The hostname or IP address of your KLF200 gateway.",
24+
"password": "The password for your KLF200 gateway."
2125
}
2226
}
2327
}

0 commit comments

Comments
 (0)