core/homeassistant/components/snapcast/manifest.json

11 lines
284 B
JSON
Raw Normal View History

{
"domain": "snapcast",
"name": "Snapcast",
2023-03-06 21:48:40 +00:00
"codeowners": ["@luar123"],
"config_flow": true,
2023-02-08 19:22:30 +00:00
"documentation": "https://www.home-assistant.io/integrations/snapcast",
2023-05-23 09:21:50 +00:00
"iot_class": "local_push",
2023-02-08 19:22:30 +00:00
"loggers": ["construct", "snapcast"],
"requirements": ["snapcast==2.3.3"]
}