forked from home-assistant/core
* Tractive, code improve Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net> * Tractive, code improve Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net> * Tractive, code improve Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net> * Update homeassistant/components/tractive/config_flow.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Update homeassistant/components/tractive/const.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Tractive, comments Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net> * Update homeassistant/components/tractive/config_flow.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Update homeassistant/components/tractive/config_flow.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Tractive Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net> * Reauth Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net> * Reauth Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net> * add tests Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net> * add tests Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net> Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
21 lines
702 B
JSON
21 lines
702 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"email": "[%key:common::config_flow::data::email%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
|
"reauth_failed_existing": "Could not update the config entry, please remove the integration and set it up again."
|
|
}
|
|
}
|
|
} |