-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
59 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters