Skip to content

Commit

Permalink
Modern Forms to MyStrom: add host field description (#104856)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0ffeeca7 authored and frenck committed Dec 4, 2023
1 parent 78cf9f2 commit 1378aba
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions homeassistant/components/modern_forms/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"description": "Set up your Modern Forms fan to integrate with Home Assistant.",
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The hostname or IP address of your Modern Forms fan."
}
},
"zeroconf_confirm": {
Expand Down
3 changes: 3 additions & 0 deletions homeassistant/components/moehlenhoff_alpha2/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The hostname or IP address of your Möhlenhoff Alpha2 system."
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions homeassistant/components/mutesync/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The hostname or IP address of your mutesync device."
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions homeassistant/components/mystrom/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"data": {
"name": "[%key:common::config_flow::data::name%]",
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The hostname or IP address of your myStrom device."
}
}
},
Expand Down

0 comments on commit 1378aba

Please sign in to comment.