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 GitHub
parent 9b9d9c6116
commit ab4c6cddf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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."
}
}
},