Initialize docker stack repo
This commit is contained in:
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"options": {
|
||||
"abort": {
|
||||
"already_configured": "This location is already used for Yandex.Pogoda."
|
||||
},
|
||||
"error": {
|
||||
"could_not_get_data": "Could not get data. Check your API key in Yandex developer portal. It may took up to 5 minutes for updating key settings at Yandex side."
|
||||
},
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Yandex.Pogoda settings",
|
||||
"description": "Settings for Yandex Pogoda integration.\n\nCheck [Yandex.Pogoda API for Smart Home](https://yandex.ru/pogoda/b2b/smarthome) to get your API key",
|
||||
"data": {
|
||||
"api_key": "Yandex.Pogoda API key",
|
||||
"latitude": "Latitude for weather info (default is HA latitude)",
|
||||
"longitude": "Longitude for weather info (default is HA longitude)",
|
||||
"language": "Language for Yandex weather state sensor",
|
||||
"updates_per_day": "Updates per day",
|
||||
"image_source": "Weather condition images"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "This location is already used for Yandex.Pogoda."
|
||||
},
|
||||
"error": {
|
||||
"could_not_get_data": "Could not get data. Check your API key in Yandex developer portal. It may took up to 5 minutes for updating key settings at Yandex side."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Yandex.Pogoda settings",
|
||||
"description": "Settings for Yandex Pogoda integration.\n\nCheck [Yandex.Pogoda API for Smart Home](https://yandex.ru/pogoda/b2b/smarthome) to get your API key",
|
||||
"data": {
|
||||
"api_key": "Yandex.Pogoda API key",
|
||||
"name": "Name",
|
||||
"latitude": "Latitude for weather info (default is HA latitude)",
|
||||
"longitude": "Longitude for weather info (default is HA longitude)",
|
||||
"language": "Language for Yandex weather state sensor",
|
||||
"updates_per_day": "Updates per day",
|
||||
"image_source": "Weather condition images"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"selector": {
|
||||
"updates_per_day": {
|
||||
"options": {
|
||||
"rare": "Rare (6 times per day)",
|
||||
"standard": "Standard (12 times per day)",
|
||||
"often": "Often (24 times per day)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Yandex Pogoda",
|
||||
"entity": {
|
||||
"sensor": {
|
||||
"wind_intercardinal": {
|
||||
"state": {
|
||||
"ne": "NE",
|
||||
"e": "E",
|
||||
"se": "SE",
|
||||
"s": "S",
|
||||
"sw": "SW",
|
||||
"w": "W",
|
||||
"nw": "NW",
|
||||
"n": "N"
|
||||
}
|
||||
},
|
||||
"yandex_condition": {
|
||||
"state": {
|
||||
"clear": "Clear",
|
||||
"partly_cloudy": "Partly cloudy",
|
||||
"cloudy": "Cloudy",
|
||||
"overcast": "Overcast",
|
||||
"light_rain": "Light rain",
|
||||
"rain": "Rain",
|
||||
"heavy_rain": "Heavy rain",
|
||||
"showers": "Showers",
|
||||
"sleet": "Sleet",
|
||||
"light_snow": "Light snow",
|
||||
"snow": "Snow",
|
||||
"snowfall": "Snowfall",
|
||||
"hail": "Hail",
|
||||
"thunderstorm": "Thunderstorm",
|
||||
"thunderstorm_with_rain": "Thunderstorm with rain",
|
||||
"thunderstorm_with_hail": "Thunderstorm with hail"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user