core/homeassistant/components/tellduslive/strings.json

45 lines
1.3 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
"unknown_authorize_url_generation": "[%key:common::config_flow::abort::unknown_authorize_url_generation%]",
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
},
"step": {
"auth": {
"description": "To link your TelldusLive account:\n 1. Click the link below\n 2. Login to Telldus Live\n 3. Authorize **{app_name}** (click **Yes**).\n 4. Come back here and click **SUBMIT**.\n\n [Link TelldusLive account]({auth_url})",
"title": "Authenticate against TelldusLive"
},
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"title": "Pick endpoint."
}
}
},
"entity": {
"sensor": {
"wind_direction": {
"name": "Wind direction"
},
"wind_average": {
"name": "Wind average"
},
"wind_gust": {
"name": "Wind gust"
},
"uv": {
"name": "UV"
},
"dew_point": {
"name": "Dew point"
}
}
}
}