Add data_description's to motionmount integration (#137014)

* Add data_description's

* Use more common terminology
This commit is contained in:
RJPoelstra 2025-01-31 17:29:59 +01:00 committed by GitHub
parent fafeedd01b
commit f5924146c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": {