Skip to content

Commit

Permalink
re-add translations for config flow
Browse files Browse the repository at this point in the history
  • Loading branch information
LaggAt committed Nov 14, 2020
1 parent 8659d99 commit cd5e98a
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/govee/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"api_key": "API Key",
"delay": "Poll Interval"
},
"description": "Get your API Key from the Govee Home App. For Details see https://www.home-assistant.io/integrations/govee"
"description": "Get your API Key from the Govee Home App. For Details see https://github.com/LaggAt/hacs-govee/blob/master/README.md"
}
}
},
Expand Down
21 changes: 21 additions & 0 deletions custom_components/govee/translations/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"config": {
"abort": {
"already_configured": "Bereits eingerichtet. Es ist nur eine Konfiguration möglich."
},
"error": {
"cannot_connect": "Keine Verbindung möglich. Ist der API-Key richtig und die Internet Verbindung in Ordnung?",
"unknown": "Unbekannter Fehler."
},
"step": {
"user": {
"data": {
"api_key": "API Key",
"delay": "Abfrage-Intervall"
},
"description": "Den API Key bekommen Sie in der Govee Home App. Details dazu hier: https://github.com/LaggAt/hacs-govee/blob/master/README.md"
}
}
},
"title": "Govee LED Strips"
}
21 changes: 21 additions & 0 deletions custom_components/govee/translations/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"config": {
"abort": {
"already_configured": "Already configured. Only a single configuration possible."
},
"error": {
"cannot_connect": "Cannot connect. Is the API-Key correct and the internet connection working?",
"unknown": "Unknown Error."
},
"step": {
"user": {
"data": {
"api_key": "API Key",
"delay": "Poll Interval"
},
"description": "Get your API Key from the Govee Home App. For Details see https://github.com/LaggAt/hacs-govee/blob/master/README.md"
}
}
},
"title": "Govee LED strips"
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "govee",
"hacs": "0.1.0",
"hacs": "0.1.2",
"domains": [
"light"
],
Expand Down
16 changes: 15 additions & 1 deletion info.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,23 @@ Platform | Description

{% endif %}


## Configuration is done in the UI

Usually you just add the integration, enter api-key and poll interval and you are good to go. When you need further help you can look here:

## Further information and help

* [Documentation on GitHub](https://github.com/LaggAt/hacs-govee/blob/master/README.md)
* [Support thread on Home Assistant Community](https://community.home-assistant.io/t/govee-led-strips-integration/228516/1)

## Sponsor

A lot of effort is going into that integration. So if you can afford it and want to support us:

<a href="https://www.buymeacoffee.com/LaggAt" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>

Thank you!

<!---->

***
Expand Down

0 comments on commit cd5e98a

Please sign in to comment.