Mark Sonos speaker as offline when switching to bluetooth (#73519)

This commit is contained in:
jjlawren
2022-06-15 01:32:13 -05:00
committed by GitHub
parent 1e956bc52f
commit 77c92b0b77

View File

@@ -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"]