Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solar-Log to Soundtouch: add host field description #104863

Merged
merged 2 commits into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions homeassistant/components/solarlog/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"data": {
"host": "[%key:common::config_flow::data::host%]",
"name": "The prefix to be used for your Solar-Log sensors"
},
"data_description": {
"host": "The hostname or IP address of your Solar-Log device."
}
}
},
Expand Down
6 changes: 4 additions & 2 deletions homeassistant/components/soma/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]"
},
"description": "Please enter connection settings of your SOMA Connect.",
"title": "SOMA Connect"
frenck marked this conversation as resolved.
Show resolved Hide resolved
"data_description": {
"host": "The hostname or IP address of your SOMA Connect."
},
"description": "Please enter connection settings of your SOMA Connect."
}
}
}
Expand Down
3 changes: 3 additions & 0 deletions homeassistant/components/somfy_mylink/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]",
"system_id": "System ID"
},
"data_description": {
"host": "The hostname or IP address of your Somfy MyLink hub."
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions homeassistant/components/soundtouch/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 Bose SoundTouch device."
}
},
"zeroconf_confirm": {
Expand Down