From 62a0c802fc8dac6ef99ec86b331eff6d076b25ac Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Tue, 19 Jul 2022 02:51:40 +0300 Subject: [PATCH] Fix hassfest error 'Do not set title of step user if it's a brand name' --- custom_components/gismeteo/const.py | 2 +- custom_components/gismeteo/manifest.json | 2 +- custom_components/gismeteo/translations/en.json | 3 +-- custom_components/gismeteo/translations/pl.json | 3 +-- custom_components/gismeteo/translations/pt-BR.json | 3 +-- custom_components/gismeteo/translations/ru.json | 3 +-- 6 files changed, 6 insertions(+), 10 deletions(-) diff --git a/custom_components/gismeteo/const.py b/custom_components/gismeteo/const.py index 3ac9852..f0e033f 100644 --- a/custom_components/gismeteo/const.py +++ b/custom_components/gismeteo/const.py @@ -33,7 +33,7 @@ # Base component constants NAME: Final = "Gismeteo" DOMAIN: Final = "gismeteo" -VERSION: Final = "2.4.1" +VERSION: Final = "2.4.2-alpha" 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 e6bb0d2..1ade6ea 100644 --- a/custom_components/gismeteo/manifest.json +++ b/custom_components/gismeteo/manifest.json @@ -1,7 +1,7 @@ { "domain": "gismeteo", "name": "Gismeteo", - "version": "2.4.1", + "version": "2.4.2-alpha", "documentation": "https://github.com/Limych/ha-gismeteo", "issue_tracker": "https://github.com/Limych/ha-gismeteo/issues", "dependencies": [ diff --git a/custom_components/gismeteo/translations/en.json b/custom_components/gismeteo/translations/en.json index a29b12c..920da1e 100644 --- a/custom_components/gismeteo/translations/en.json +++ b/custom_components/gismeteo/translations/en.json @@ -14,8 +14,7 @@ "longitude": "Longitude", "name": "Name" }, - "description": "If you need help with the configuration have a look here: https://github.com/Limych/ha-gismeteo", - "title": "Gismeteo" + "description": "If you need help with the configuration have a look here: https://github.com/Limych/ha-gismeteo" } } }, diff --git a/custom_components/gismeteo/translations/pl.json b/custom_components/gismeteo/translations/pl.json index ebe5667..5a666e7 100644 --- a/custom_components/gismeteo/translations/pl.json +++ b/custom_components/gismeteo/translations/pl.json @@ -14,8 +14,7 @@ "longitude": "Długość geograficzna", "name": "Nazwa" }, - "description": "Jeśli potrzebujesz pomocy przy konfiguracji zajrzyj tutaj: https://github.com/Limych/ha-gismeteo", - "title": "Gismeteo" + "description": "Jeśli potrzebujesz pomocy przy konfiguracji zajrzyj tutaj: https://github.com/Limych/ha-gismeteo" } } }, diff --git a/custom_components/gismeteo/translations/pt-BR.json b/custom_components/gismeteo/translations/pt-BR.json index 02fcdc4..99a811b 100644 --- a/custom_components/gismeteo/translations/pt-BR.json +++ b/custom_components/gismeteo/translations/pt-BR.json @@ -14,8 +14,7 @@ "longitude": "Longitude", "name": "Nome" }, - "description": "Se precisar de ajuda com a configuração, dê uma olhada aqui: https://github.com/Limych/ha-gismeteo", - "title": "Gismeteo" + "description": "Se precisar de ajuda com a configuração, dê uma olhada aqui: https://github.com/Limych/ha-gismeteo" } } }, diff --git a/custom_components/gismeteo/translations/ru.json b/custom_components/gismeteo/translations/ru.json index f078da3..013f68f 100644 --- a/custom_components/gismeteo/translations/ru.json +++ b/custom_components/gismeteo/translations/ru.json @@ -14,8 +14,7 @@ "longitude": "Долгота", "name": "Название" }, - "description": "Ознакомьтесь с инструкциями, если Вам нужна помощь с настройкой:\nhttps://github.com/Limych/ha-gismeteo", - "title": "Gismeteo" + "description": "Ознакомьтесь с инструкциями, если Вам нужна помощь с настройкой:\nhttps://github.com/Limych/ha-gismeteo" } } },