mirror of
https://github.com/home-assistant/core.git
synced 2026-05-26 18:26:25 +01:00
31 lines
738 B
JSON
31 lines
738 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Fill in your information.",
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::email%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"code": "Code (used in Home Assistant UI)"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"identifier_exists": "Account already registered",
|
|
"invalid_credentials": "Invalid credentials"
|
|
},
|
|
"abort": {
|
|
"already_configured": "This SimpliSafe account is already in use."
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"title": "Configure SimpliSafe",
|
|
"data": {
|
|
"code": "Code (used in Home Assistant UI)"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |