1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

velux: add missing data_descriptions in config flow (#155832)

This commit is contained in:
wollew
2025-11-05 11:25:07 +01:00
committed by GitHub
parent 5de7928bc0
commit 533b9f969d
@@ -18,6 +18,10 @@
"data": {
"host": "[%key:common::config_flow::data::host%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"host": "The hostname or IP address of your KLF200 gateway.",
"password": "The password for your KLF200 gateway."
}
}
}