Add data_descriptions to inexogy config flow (#135536)
parent
504ed83ffb
commit
e8ad391df2
|
@ -8,10 +8,7 @@ rules:
|
||||||
brands: done
|
brands: done
|
||||||
common-modules: done
|
common-modules: done
|
||||||
config-flow-test-coverage: done
|
config-flow-test-coverage: done
|
||||||
config-flow:
|
config-flow: done
|
||||||
status: todo
|
|
||||||
comment: |
|
|
||||||
The data_descriptions are missing.
|
|
||||||
dependency-transparency: done
|
dependency-transparency: done
|
||||||
docs-actions:
|
docs-actions:
|
||||||
status: exempt
|
status: exempt
|
||||||
|
|
|
@ -5,6 +5,10 @@
|
||||||
"data": {
|
"data": {
|
||||||
"email": "[%key:common::config_flow::data::email%]",
|
"email": "[%key:common::config_flow::data::email%]",
|
||||||
"password": "[%key:common::config_flow::data::password%]"
|
"password": "[%key:common::config_flow::data::password%]"
|
||||||
|
},
|
||||||
|
"data_description": {
|
||||||
|
"email": "The email address used to log in to your inexogy account.",
|
||||||
|
"password": "The password used to log in to your inexogy account."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue