mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Radio Thermostat to Renson: add host field description (#104860)
This commit is contained in:
parent
9b9d9c6116
commit
ab4c6cddf2
@ -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…
x
Reference in New Issue
Block a user