Skip to content

Commit

Permalink
Add data_descriptions to inexogy config flow (#135536)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbede authored Jan 13, 2025
1 parent 504ed83 commit e8ad391
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 1 addition & 4 deletions homeassistant/components/discovergy/quality_scale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions homeassistant/components/discovergy/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
},
Expand Down

0 comments on commit e8ad391

Please sign in to comment.