Radio Thermostat to Renson: add host field description (#104860)
This commit is contained in:
parent
9b9d9c6116
commit
ab4c6cddf2
4 changed files with 12 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
"user": {
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%]"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "The hostname or IP address of your Radio Thermostat."
|
||||
}
|
||||
},
|
||||
"confirm": {
|
||||
|
|
|
@ -7,6 +7,9 @@
|
|||
"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 Rain Bird device."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
"host": "[%key:common::config_flow::data::host%]",
|
||||
"cloud_id": "Cloud ID",
|
||||
"install_code": "Installation Code"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "The hostname or IP address of your Rainforest gateway."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
"user": {
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%]"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "The hostname or IP address of your Renson Endura delta device."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue