mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Add data_description's to motionmount integration (#137014)
* Add data_description's * Use more common terminology
This commit is contained in:
parent
fafeedd01b
commit
f5924146c1
@ -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": {
|
||||
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user