2021-03-15 19:30:44 +00:00
{
"config" : {
"step" : {
"user" : {
"data" : {
"description" : "Sign-in with your Verisure My Pages account." ,
"email" : "[%key:common::config_flow::data::email%]" ,
"password" : "[%key:common::config_flow::data::password%]"
}
} ,
2022-07-15 08:52:40 +00:00
"mfa" : {
"data" : {
"description" : "Your account has 2-step verification enabled. Please enter the verification code Verisure sends to you." ,
"code" : "Verification Code"
}
} ,
2021-03-15 19:30:44 +00:00
"installation" : {
"description" : "Home Assistant found multiple Verisure installations in your My Pages account. Please, select the installation to add to Home Assistant." ,
"data" : {
"giid" : "Installation"
}
2021-03-16 07:41:41 +00:00
} ,
"reauth_confirm" : {
"data" : {
"description" : "Re-authenticate with your Verisure My Pages account." ,
"email" : "[%key:common::config_flow::data::email%]" ,
"password" : "[%key:common::config_flow::data::password%]"
}
2022-07-15 08:52:40 +00:00
} ,
"reauth_mfa" : {
"data" : {
2023-07-13 15:52:50 +00:00
"description" : "[%key:component::verisure::config::step::mfa::data::description%]" ,
"code" : "[%key:component::verisure::config::step::mfa::data::code%]"
2022-07-15 08:52:40 +00:00
}
2021-03-15 19:30:44 +00:00
}
} ,
"error" : {
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]" ,
2022-07-15 08:52:40 +00:00
"unknown" : "[%key:common::config_flow::error::unknown%]" ,
"unknown_mfa" : "Unknown error occurred during MFA set up"
2021-03-15 19:30:44 +00:00
} ,
"abort" : {
2021-03-16 07:41:41 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_account%]" ,
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]"
2021-03-15 19:30:44 +00:00
}
} ,
"options" : {
"step" : {
"init" : {
"data" : {
"lock_code_digits" : "Number of digits in PIN code for locks" ,
"lock_default_code" : "Default PIN code for locks, used if none is given"
}
}
} ,
"error" : {
"code_format_mismatch" : "The default PIN code does not match the required number of digits"
}
2023-03-27 14:55:10 +00:00
} ,
"entity" : {
"binary_sensor" : {
"ethernet" : {
"name" : "Ethernet status"
}
}
2023-07-12 05:37:13 +00:00
} ,
"services" : {
"capture_smartcam" : {
"name" : "Capture SmartCam image" ,
"description" : "Captures a new image from a Verisure SmartCam."
} ,
"enable_autolock" : {
"name" : "Enable autolock" ,
"description" : "Enables autolock of a Verisure Lockguard Smartlock."
} ,
"disable_autolock" : {
"name" : "Disable autolock" ,
"description" : "Disables autolock of a Verisure Lockguard Smartlock."
}
2021-03-15 19:30:44 +00:00
}
}