Radio Thermostat to Renson: add host field description (#104860)

This commit is contained in:
c0ffeeca7
2023-12-04 14:59:10 +01:00
committed by Franck Nijhof
parent f194ffcd52
commit 9827ba7e60
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."
}
}
},