mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 21:21:46 +01:00
11 lines
284 B
JSON
11 lines
284 B
JSON
{
|
|
"domain": "snapcast",
|
|
"name": "Snapcast",
|
|
"codeowners": ["@luar123"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/snapcast",
|
|
"iot_class": "local_push",
|
|
"loggers": ["construct", "snapcast"],
|
|
"requirements": ["snapcast==2.3.6"]
|
|
}
|