mirror of
https://github.com/home-assistant/core.git
synced 2026-05-16 21:41:44 +01:00
f567bf6dfe
* feat(sunweg): initial support * chore: removed commented out code * chore: removed warning * fix: set never_resets for total sensors * test: some tests * fix(sunweg): default plantid type * fix(sunweg): return first plant id * test(sunweg): improved code coverage * chore(sunweg): missing FlowResult return type * chore(sunweg): removed unused strings * perf(sunweg): using only one api instance * chore(sunweg): removed uneeded atribute * refact(sunweg): small refactoring * refact(sunweg): typing * chore(sunweg): comments * chore(sunweg): bump version * chore(sunweg): bump lib version * test(sunweg): different mocking and coverage * test: fixed setup component parameter * feat: dynamic metrics * fix(sunweg): ruff * fix(sunweg): mypy * refact(sunweg): codereview suggestions * chore(sunweg): removed unused string * chore(sunweg): typehint and code formatting
26 lines
584 B
JSON
26 lines
584 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"no_plants": "No plants have been found on this account"
|
|
},
|
|
"error": {
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
|
},
|
|
"step": {
|
|
"plant": {
|
|
"data": {
|
|
"plant_id": "Plant"
|
|
},
|
|
"title": "Select your plant"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"username": "[%key:common::config_flow::data::username%]"
|
|
},
|
|
"title": "Enter your Sun WEG information"
|
|
}
|
|
}
|
|
}
|
|
}
|