mirror of
https://github.com/elisspace/core.git
synced 2026-09-26 12:37:12 +00:00
15 lines
302 B
JSON
15 lines
302 B
JSON
{
|
|
"domain": "sonos",
|
|
"name": "Sonos",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/sonos",
|
|
"requirements": ["pysonos==0.0.24"],
|
|
"dependencies": [],
|
|
"ssdp": [
|
|
{
|
|
"st": "urn:schemas-upnp-org:device:ZonePlayer:1"
|
|
}
|
|
],
|
|
"codeowners": []
|
|
}
|