mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
12 lines
297 B
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.21.0"],
|
|
"zeroconf": ["_wled._tcp.local."]
|
|
}
|