core/homeassistant/components/wled/manifest.json

12 lines
297 B
JSON

{
"domain": "wled",
"name": "WLED",
"codeowners": ["@frenck"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/wled",
"integration_type": "device",
"iot_class": "local_push",
"requirements": ["wled==0.20.2"],
"zeroconf": ["_wled._tcp.local."]
}