mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00

* Added govee_local_api * Code cleanup * Fix discovery * Add missing supported device * Fix autodiscovery * Add missing quality scale in manifest.json * QA * QA: Moved coordinator creation to __init__.py * QA * Fix typo and update test * QA * Removed unecessary code * Fix typo * Fix typo * QA, typing and strings * Removed unsed logger in __init__.py * QA, using ColorMode for lights capabilities * Bump govee_local_api to 1.4.0 Moved capabilities to library. * Update requirements * Update library to 1.4.1 with unsupported dvice warning * Fix tests after library update * QA * Add test for retry config * Update integration name and domain * Update homeassistant/components/govee_light_local/light.py --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
6 lines
97 B
JSON
6 lines
97 B
JSON
{
|
|
"domain": "govee",
|
|
"name": "Govee",
|
|
"integrations": ["govee_ble", "govee_light_local"]
|
|
}
|