diff --git a/custom_components/gismeteo/const.py b/custom_components/gismeteo/const.py index 60a56a2..7d035dd 100644 --- a/custom_components/gismeteo/const.py +++ b/custom_components/gismeteo/const.py @@ -35,7 +35,7 @@ # Base component constants NAME: Final = "Gismeteo" DOMAIN: Final = "gismeteo" -VERSION: Final = "3.0.0-beta1" +VERSION: Final = "3.0.0-beta2" ATTRIBUTION: Final = "Data provided by Gismeteo" ISSUE_URL: Final = "https://github.com/Limych/ha-gismeteo/issues" # diff --git a/custom_components/gismeteo/manifest.json b/custom_components/gismeteo/manifest.json index 51b52e6..b2ac141 100644 --- a/custom_components/gismeteo/manifest.json +++ b/custom_components/gismeteo/manifest.json @@ -14,5 +14,5 @@ "requirements": [ "beautifulsoup4~=4.12" ], - "version": "3.0.0-beta1" + "version": "3.0.0-beta2" } \ No newline at end of file diff --git a/custom_components/gismeteo/translations/en.json b/custom_components/gismeteo/translations/en.json index 68900bd..a173a10 100644 --- a/custom_components/gismeteo/translations/en.json +++ b/custom_components/gismeteo/translations/en.json @@ -45,14 +45,14 @@ "wind_bearing_label": { "name": "Wind Bearing", "state": { - "n": "N", - "ne": "NE", - "e": "E", - "se": "SE", - "s": "S", - "sw": "SW", - "w": "W", - "nw": "NW" + "n": "North", + "ne": "NorthEast", + "e": "East", + "se": "SouthEast", + "s": "South", + "sw": "SouthWest", + "w": "West", + "nw": "NorthWest" } }, "cloud_coverage": { @@ -141,14 +141,14 @@ "wind_bearing_label_forecast": { "name": "Wind Bearing Forecast {day}d", "state": { - "n": "N", - "ne": "NE", - "e": "E", - "se": "SE", - "s": "S", - "sw": "SW", - "w": "W", - "nw": "NW" + "n": "North", + "ne": "NorthEast", + "e": "East", + "se": "SouthEast", + "s": "South", + "sw": "SouthWest", + "w": "West", + "nw": "NorthWest" } }, "cloud_coverage_forecast": { diff --git a/custom_components/gismeteo/translations/ru.json b/custom_components/gismeteo/translations/ru.json index 33850d8..74978c2 100644 --- a/custom_components/gismeteo/translations/ru.json +++ b/custom_components/gismeteo/translations/ru.json @@ -45,14 +45,14 @@ "wind_bearing_label": { "name": "Направление Ветра", "state": { - "n": "С", - "ne": "СВ", - "e": "В", - "se": "ЮВ", - "s": "Ю", - "sw": "ЮЗ", - "w": "З", - "nw": "СЗ" + "n": "Северный", + "ne": "Северо-Восточный", + "e": "Восточный", + "se": "Юго-Восточный", + "s": "Южный", + "sw": "Юго-Западный", + "w": "Западный", + "nw": "Северо-Западный" } }, "cloud_coverage": { @@ -141,14 +141,14 @@ "wind_bearing_label_forecast": { "name": "Прогноз Направления Ветра {day}д", "state": { - "n": "С", - "ne": "СВ", - "e": "В", - "se": "ЮВ", - "s": "Ю", - "sw": "ЮЗ", - "w": "З", - "nw": "СЗ" + "n": "Северный", + "ne": "Северо-Восточный", + "e": "Восточный", + "se": "Юго-Восточный", + "s": "Южный", + "sw": "Юго-Западный", + "w": "Западный", + "nw": "Северо-Западный" } }, "cloud_coverage_forecast": {