* Add Whirlpool integration * Apply suggestions from code review Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io> * Apply suggestions from code review * Fix lint * Fix lint and tests * Apply suggestions from code review Co-authored-by: J. Nick Koston <nick@koston.org> * Use dict lookups * Lint * Apply code changes from PR review * Do real integration setup in tests * Apply suggestions from review & fix test * Replace get with array operator * Add suggestions from code review * Rename test var Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io> Co-authored-by: J. Nick Koston <nick@koston.org>
17 lines
No EOL
467 B
JSON
17 lines
No EOL
467 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
}
|
|
}
|
|
} |