Skip to content

Commit

Permalink
Fix hassfest error 'Do not set title of step user if it's a brand name'
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Jul 18, 2022
1 parent fbcfe30 commit 62a0c80
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion custom_components/gismeteo/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion custom_components/gismeteo/manifest.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
3 changes: 1 addition & 2 deletions custom_components/gismeteo/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down
3 changes: 1 addition & 2 deletions custom_components/gismeteo/translations/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down
3 changes: 1 addition & 2 deletions custom_components/gismeteo/translations/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down
3 changes: 1 addition & 2 deletions custom_components/gismeteo/translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"longitude": "Долгота",
"name": "Название"
},
"description": "Ознакомьтесь с инструкциями, если Вам нужна помощь с настройкой:\nhttps://github.com/Limych/ha-gismeteo",
"title": "Gismeteo"
"description": "Ознакомьтесь с инструкциями, если Вам нужна помощь с настройкой:\nhttps://github.com/Limych/ha-gismeteo"
}
}
},
Expand Down

0 comments on commit 62a0c80

Please sign in to comment.