Comelit, Coolmaster: add host field description (#104771)
This commit is contained in:
parent
816e524457
commit
fe544f670f
2 changed files with 7 additions and 1 deletions
|
@ -13,6 +13,9 @@
|
||||||
"host": "[%key:common::config_flow::data::host%]",
|
"host": "[%key:common::config_flow::data::host%]",
|
||||||
"port": "[%key:common::config_flow::data::port%]",
|
"port": "[%key:common::config_flow::data::port%]",
|
||||||
"pin": "[%key:common::config_flow::data::pin%]"
|
"pin": "[%key:common::config_flow::data::pin%]"
|
||||||
|
},
|
||||||
|
"data_description": {
|
||||||
|
"host": "The hostname or IP address of your Comelit device."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"title": "Set up your CoolMasterNet connection details.",
|
"description": "Set up your CoolMasterNet connection details.",
|
||||||
"data": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::host%]",
|
"host": "[%key:common::config_flow::data::host%]",
|
||||||
"off": "Can be turned off",
|
"off": "Can be turned off",
|
||||||
|
@ -12,6 +12,9 @@
|
||||||
"dry": "Support dry mode",
|
"dry": "Support dry mode",
|
||||||
"fan_only": "Support fan only mode",
|
"fan_only": "Support fan only mode",
|
||||||
"swing_support": "Control swing mode"
|
"swing_support": "Control swing mode"
|
||||||
|
},
|
||||||
|
"data_description": {
|
||||||
|
"host": "The hostname or IP address of your CoolMasterNet device."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue