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

pull/73525/head
jjlawren 2022-06-15 01:32:13 -05:00 committed by GitHub
parent 1e956bc52f
commit 77c92b0b77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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