mirror of
https://github.com/home-assistant/core.git
synced 2026-09-09 15:11:40 +01:00
25 lines
633 B
JSON
25 lines
633 B
JSON
{
|
|
"domain": "sonos",
|
|
"name": "Sonos",
|
|
"after_dependencies": ["plex", "spotify", "zeroconf", "media_source"],
|
|
"codeowners": ["@peterager", "@jjlawren"],
|
|
"config_flow": true,
|
|
"dependencies": ["ssdp"],
|
|
"documentation": "https://www.home-assistant.io/integrations/sonos",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_push",
|
|
"loggers": ["soco", "sonos_websocket"],
|
|
"quality_scale": "bronze",
|
|
"requirements": [
|
|
"defusedxml==0.7.1",
|
|
"soco==0.31.2",
|
|
"sonos-websocket==0.2.0"
|
|
],
|
|
"ssdp": [
|
|
{
|
|
"st": "urn:schemas-upnp-org:device:ZonePlayer:1"
|
|
}
|
|
],
|
|
"zeroconf": ["_sonos._tcp.local."]
|
|
}
|