mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Broadlink, BSB-Lan: add host field description (#104770)
This commit is contained in:
@@ -3,10 +3,13 @@
|
|||||||
"flow_title": "{name} ({model} at {host})",
|
"flow_title": "{name} ({model} at {host})",
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"title": "Connect to the device",
|
"description": "Connect to the device",
|
||||||
"data": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::host%]",
|
"host": "[%key:common::config_flow::data::host%]",
|
||||||
"timeout": "Timeout"
|
"timeout": "Timeout"
|
||||||
|
},
|
||||||
|
"data_description": {
|
||||||
|
"host": "The hostname or IP address of your Broadlink device."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
|
@@ -11,6 +11,9 @@
|
|||||||
"passkey": "Passkey string",
|
"passkey": "Passkey string",
|
||||||
"username": "[%key:common::config_flow::data::username%]",
|
"username": "[%key:common::config_flow::data::username%]",
|
||||||
"password": "[%key:common::config_flow::data::password%]"
|
"password": "[%key:common::config_flow::data::password%]"
|
||||||
|
},
|
||||||
|
"data_description": {
|
||||||
|
"host": "The hostname or IP address of your BSB-Lan device."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user