mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Broadlink, BSB-Lan: add host field description (#104770)
This commit is contained in:
parent
8bc1f9d03d
commit
56350d1c0a
@ -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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user