mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +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 = {
|
CONFIG_ENTRY_HANDLERS = {
|
||||||
SERVICE_DAIKIN: 'daikin',
|
SERVICE_DAIKIN: 'daikin',
|
||||||
SERVICE_TELLDUSLIVE: 'tellduslive',
|
SERVICE_TELLDUSLIVE: 'tellduslive',
|
||||||
'sonos': 'sonos',
|
|
||||||
SERVICE_IGD: 'upnp',
|
SERVICE_IGD: 'upnp',
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -100,6 +99,7 @@ MIGRATED_SERVICE_HANDLERS = [
|
|||||||
'homekit',
|
'homekit',
|
||||||
'ikea_tradfri',
|
'ikea_tradfri',
|
||||||
'philips_hue',
|
'philips_hue',
|
||||||
|
'sonos',
|
||||||
SERVICE_WEMO,
|
SERVICE_WEMO,
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -7,6 +7,11 @@
|
|||||||
"pysonos==0.0.14"
|
"pysonos==0.0.14"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
|
"ssdp": {
|
||||||
|
"st": [
|
||||||
|
"urn:schemas-upnp-org:device:ZonePlayer:1"
|
||||||
|
]
|
||||||
|
},
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
"@amelchio"
|
"@amelchio"
|
||||||
]
|
]
|
||||||
|
@ -18,6 +18,9 @@ SSDP = {
|
|||||||
"st": {
|
"st": {
|
||||||
"urn:schemas-denon-com:device:ACT-Denon:1": [
|
"urn:schemas-denon-com:device:ACT-Denon:1": [
|
||||||
"heos"
|
"heos"
|
||||||
|
],
|
||||||
|
"urn:schemas-upnp-org:device:ZonePlayer:1": [
|
||||||
|
"sonos"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user