Skip to content

Commit

Permalink
Add data_description's to motionmount integration (#137014)
Browse files Browse the repository at this point in the history
* Add data_description's

* Use more common terminology
  • Loading branch information
RJPoelstra authored Jan 31, 2025
1 parent fafeedd commit f592414
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions homeassistant/components/motionmount/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"data": {
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]"
},
"data_description": {
"host": "The hostname or IP address of the MotionMount.",
"port": "The port of the MotionMount."
}
},
"zeroconf_confirm": {
Expand All @@ -22,6 +26,9 @@
"description": "Your MotionMount requires a PIN to operate.",
"data": {
"pin": "[%key:common::config_flow::data::pin%]"
},
"data_description": {
"pin": "The user level PIN configured on the MotionMount."
}
},
"backoff": {
Expand Down

0 comments on commit f592414

Please sign in to comment.