1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 21:21:46 +01:00
Files
core/homeassistant/components/govee_light_local/manifest.json
2025-03-09 15:23:44 +01:00

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"]
}