mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Migrate Sonos discovery to manifest (#24507)
This commit is contained in:
parent
6d3c3ce449
commit
08591dae0e
@ -48,7 +48,6 @@ SERVICE_XIAOMI_GW = 'xiaomi_gw'
|
||||
CONFIG_ENTRY_HANDLERS = {
|
||||
SERVICE_DAIKIN: 'daikin',
|
||||
SERVICE_TELLDUSLIVE: 'tellduslive',
|
||||
'sonos': 'sonos',
|
||||
SERVICE_IGD: 'upnp',
|
||||
}
|
||||
|
||||
@ -100,6 +99,7 @@ MIGRATED_SERVICE_HANDLERS = [
|
||||
'homekit',
|
||||
'ikea_tradfri',
|
||||
'philips_hue',
|
||||
'sonos',
|
||||
SERVICE_WEMO,
|
||||
]
|
||||
|
||||
|
@ -7,6 +7,11 @@
|
||||
"pysonos==0.0.14"
|
||||
],
|
||||
"dependencies": [],
|
||||
"ssdp": {
|
||||
"st": [
|
||||
"urn:schemas-upnp-org:device:ZonePlayer:1"
|
||||
]
|
||||
},
|
||||
"codeowners": [
|
||||
"@amelchio"
|
||||
]
|
||||
|
@ -18,6 +18,9 @@ SSDP = {
|
||||
"st": {
|
||||
"urn:schemas-denon-com:device:ACT-Denon:1": [
|
||||
"heos"
|
||||
],
|
||||
"urn:schemas-upnp-org:device:ZonePlayer:1": [
|
||||
"sonos"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user