-
Notifications
You must be signed in to change notification settings - Fork 94
Fix: Detected that custom integration 'govee' calls async_forward_entry_setup for integration #201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
JiriBalcar
wants to merge
23
commits into
LaggAt:master
Choose a base branch
from
JiriBalcar:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 6 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
8d45611
fix Detected that custom integration 'govee' calls async_forward_entr…
2e9e5f0
Merge branch 'LaggAt:master' into master
JiriBalcar 54a29d7
update to support color_mode
f7770e1
fix formatting
9833a0e
remove unnecessary comment
875f673
added czech translations
531d87b
typos fix
d2b5be5
Merge branch 'LaggAt:master' into master
JiriBalcar 145bf7e
Update __init__.py to fix async
TheOneOgre 8f64690
Update hacs.json
TheOneOgre 06ae34b
Update README.md
TheOneOgre 1f27b9c
Create validate.yaml
TheOneOgre 06c2a60
Create hassfest.yaml
TheOneOgre 2e45391
Update hassfest.yaml
TheOneOgre b9a3257
Delete .github/workflows/rebase_dependencies.yml
TheOneOgre aca5141
Update test_config_flow.py
TheOneOgre 4a38a93
Update manifest.json
TheOneOgre db13e85
Update strings.json
TheOneOgre a987532
Update pt-BR.json
TheOneOgre b4fda5a
Update en.json
TheOneOgre 6025e3a
Update de.json
TheOneOgre b1d4f79
Update fr.json
TheOneOgre f269fa0
Merge branch 'master' into master
JiriBalcar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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,41 @@ | ||
| { | ||
| "title": "Govee", | ||
| "config": { | ||
| "abort": { | ||
| "already_configured": "Je povolena pouze jedna konfigurace." | ||
| }, | ||
| "error": { | ||
| "cannot_connect": "Nelze se připojit. Je API-Klíč v pořádku a internetové připojení funkční?", | ||
| "unknown": "Neznámá chyba." | ||
| }, | ||
| "step": { | ||
| "user": { | ||
| "data": { | ||
| "api_key": "API klíč", | ||
| "delay": "Interval obnovy" | ||
| }, | ||
| "description": "API Klíč získáte v Govee Home Aplikaci. Detailní postup najdete zde https://github.com/LaggAt/hacs-govee/blob/master/README.md" | ||
| } | ||
| } | ||
| }, | ||
| "options": { | ||
| "error": { | ||
| "cannot_connect": "Nelze se připojit. Je API-Klíč v pořádku a internetové připojení funkční?", | ||
| "unknown": "Neznámá chyba.", | ||
| "disabled_attribute_updates_wrong": "Špatný formát, přečtěte si README." | ||
| }, | ||
| "step": { | ||
| "user": { | ||
| "data": { | ||
| "api_key": "API klíč (vyžaduje restart)", | ||
| "delay": "Interval obnovy (vyžaduje restart)", | ||
| "use_assumed_state": "Použát 'předpokládaný stav' (dvě tlačítka). Výchozí: Ano", | ||
| "offline_is_off": "Když je světlo offline, zobrazit jako vynuté (výchozí nezmění stav). Výchozí: Ne", | ||
JiriBalcar marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "disable_attribute_updates": "ZAKÁZAT aktualizace stavu. Přečtěte si README!" | ||
| }, | ||
| "title": "Nastavení", | ||
| "description": "Nastavení Govee integrace. Pro více informací jděte na https://github.com/LaggAt/hacs-govee/blob/master/README.md" | ||
| } | ||
| } | ||
| } | ||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.