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:
@@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user