mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
13 lines
340 B
JSON
13 lines
340 B
JSON
{
|
|
"domain": "wled",
|
|
"name": "WLED",
|
|
"codeowners": ["@frenck", "@mik-laj"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/wled",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"quality_scale": "platinum",
|
|
"requirements": ["wled==0.23.0"],
|
|
"zeroconf": ["_wled._tcp.local."]
|
|
}
|