mirror of https://github.com/home-assistant/core
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==1.5.3"]
|
|
}
|