mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 21:21:46 +01:00
11 lines
314 B
JSON
11 lines
314 B
JSON
{
|
|
"domain": "govee_light_local",
|
|
"name": "Govee lights local",
|
|
"codeowners": ["@Galorhallen"],
|
|
"config_flow": true,
|
|
"dependencies": ["network"],
|
|
"documentation": "https://www.home-assistant.io/integrations/govee_light_local",
|
|
"iot_class": "local_push",
|
|
"requirements": ["govee-local-api==2.1.0"]
|
|
}
|