Files
core/homeassistant/components/nws/strings.json
T

76 lines
2.9 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"entity_disabled": "The selected entity is disabled. Please enable it first.",
"entity_no_coordinates": "The selected entity does not have location coordinates.",
"entity_not_found": "The selected entity could not be found. Please choose a different entity.",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"entity": {
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]",
"location_entity": "Location entity"
},
"data_description": {
"location_entity": "Select a person, device tracker, or zone to dynamically track weather for its location."
},
"description": "Track weather for a person, device, or zone. The weather station will update automatically as the entity moves. For now, the API key can be anything. It is recommended to use a valid email address.",
"title": "Follow a person or device"
},
"location": {
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]",
"latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]",
"station": "METAR station code"
},
"description": "If a METAR station code is not specified, the latitude and longitude will be used to find the closest station. For now, the API key can be anything. It is recommended to use a valid email address.",
"title": "Set up a specific location"
},
"user": {
"description": "Choose how to configure the weather location.",
"menu_options": {
"entity": "Follow a person or device",
"location": "Specific location"
}
}
}
},
"exceptions": {
"entity_disabled": {
"message": "The location entity is disabled. Please enable it or remove this integration entry and set it up again."
},
"entity_not_found": {
"message": "The location entity could not be found. Please remove this integration entry and set it up again."
},
"entity_unavailable": {
"message": "The location entity {entity_id} is not available or does not have location coordinates. Setup will be retried."
}
},
"selector": {
"nws_forecast_type": {
"options": {
"hourly": "Hourly",
"twice_daily": "Twice daily"
}
}
},
"services": {
"get_forecasts_extra": {
"description": "Retrieves extra data for weather forecasts.",
"fields": {
"type": {
"description": "The scope of the weather forecast.",
"name": "Forecast type"
}
},
"name": "Get extra forecasts data"
}
}
}