Mark Sonos speaker as offline when switching to bluetooth (#73519)
parent
1e956bc52f
commit
77c92b0b77
|
@ -77,7 +77,7 @@ SUBSCRIPTION_SERVICES = [
|
|||
"renderingControl",
|
||||
"zoneGroupTopology",
|
||||
]
|
||||
SUPPORTED_VANISH_REASONS = ("sleeping", "upgrade")
|
||||
SUPPORTED_VANISH_REASONS = ("sleeping", "switch to bluetooth", "upgrade")
|
||||
UNUSED_DEVICE_KEYS = ["SPID", "TargetRoomName"]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue