Add data_descriptions to inexogy config flow (#135536)

pull/135545/head
Jan-Philipp Benecke 2025-01-13 20:31:13 +01:00 committed by GitHub
parent 504ed83ffb
commit e8ad391df2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View File

@ -8,10 +8,7 @@ rules:
brands: done
common-modules: done
config-flow-test-coverage: done
config-flow:
status: todo
comment: |
The data_descriptions are missing.
config-flow: done
dependency-transparency: done
docs-actions:
status: exempt

View File

@ -5,6 +5,10 @@
"data": {
"email": "[%key:common::config_flow::data::email%]",
"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."
}
}
},