Skip to content

Commit

Permalink
Comelit, Coolmaster: add host field description (#104771)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0ffeeca7 authored Nov 30, 2023
1 parent 6ac9a1d commit 8bc1f9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions homeassistant/components/comelit/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]",
"pin": "[%key:common::config_flow::data::pin%]"
},
"data_description": {
"host": "The hostname or IP address of your Comelit device."
}
}
},
Expand Down
5 changes: 4 additions & 1 deletion homeassistant/components/coolmaster/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"config": {
"step": {
"user": {
"title": "Set up your CoolMasterNet connection details.",
"description": "Set up your CoolMasterNet connection details.",
"data": {
"host": "[%key:common::config_flow::data::host%]",
"off": "Can be turned off",
Expand All @@ -12,6 +12,9 @@
"dry": "Support dry mode",
"fan_only": "Support fan only mode",
"swing_support": "Control swing mode"
},
"data_description": {
"host": "The hostname or IP address of your CoolMasterNet device."
}
}
},
Expand Down

0 comments on commit 8bc1f9d

Please sign in to comment.