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

This commit is contained in:
c0ffeeca7 2023-12-04 10:37:51 +01:00 committed by Franck Nijhof
parent f194ffcd52
commit 9827ba7e60
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
4 changed files with 12 additions and 0 deletions

View file

@ -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": {

View file

@ -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."
}
}
},

View file

@ -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."
}
}
},

View file

@ -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."
}
}
},