mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +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": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::host%]",
|
"host": "[%key:common::config_flow::data::host%]",
|
||||||
"port": "[%key:common::config_flow::data::port%]"
|
"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": {
|
"zeroconf_confirm": {
|
||||||
@ -22,6 +26,9 @@
|
|||||||
"description": "Your MotionMount requires a PIN to operate.",
|
"description": "Your MotionMount requires a PIN to operate.",
|
||||||
"data": {
|
"data": {
|
||||||
"pin": "[%key:common::config_flow::data::pin%]"
|
"pin": "[%key:common::config_flow::data::pin%]"
|
||||||
|
},
|
||||||
|
"data_description": {
|
||||||
|
"pin": "The user level PIN configured on the MotionMount."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"backoff": {
|
"backoff": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user