1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/wled/manifest.json
2024-12-10 12:46:56 +01:00

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