33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"config": {
|
|
"title": "Minut Point",
|
|
"step": {
|
|
"user": {
|
|
"title": "Authentication Provider",
|
|
"description": "Pick via which authentication provider you want to authenticate with Point.",
|
|
"data": {
|
|
"flow_impl": "Provider"
|
|
}
|
|
},
|
|
"auth": {
|
|
"title": "Authenticate Point",
|
|
"description": "Please follow the link below and <b>Accept</b> access to your Minut account, then come back and press <b>Submit</b> below.\n\n[Link]({authorization_url})"
|
|
}
|
|
},
|
|
"create_entry": {
|
|
"default": "Successfully authenticated with Minut for your Point device(s)"
|
|
},
|
|
"error": {
|
|
"no_token": "Not authenticated with Minut",
|
|
"follow_link": "Please follow the link and authenticate before pressing Submit"
|
|
},
|
|
"abort": {
|
|
"already_setup": "You can only configure a Point account.",
|
|
"external_setup": "Point successfully configured from another flow.",
|
|
"no_flows": "You need to configure Point before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/components/point/).",
|
|
"authorize_url_timeout": "Timeout generating authorize url.",
|
|
"authorize_url_fail": "Unknown error generating an authorize url."
|
|
}
|
|
}
|
|
}
|