mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
14 lines
381 B
JSON
14 lines
381 B
JSON
{
|
|
"domain": "wiim",
|
|
"name": "WiiM",
|
|
"codeowners": ["@Linkplay2020"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/wiim",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"loggers": ["wiim.sdk", "async_upnp_client"],
|
|
"quality_scale": "gold",
|
|
"requirements": ["wiim==0.1.6"],
|
|
"zeroconf": ["_linkplay._tcp.local."]
|
|
}
|