Detect when battery-powered Sonos devices are turned off (#87606)
This commit is contained in:
parent
7427d4f323
commit
b51836a57b
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ SUBSCRIPTION_SERVICES = {
|
||||||
"renderingControl",
|
"renderingControl",
|
||||||
"zoneGroupTopology",
|
"zoneGroupTopology",
|
||||||
}
|
}
|
||||||
SUPPORTED_VANISH_REASONS = ("sleeping", "switch to bluetooth", "upgrade")
|
SUPPORTED_VANISH_REASONS = ("powered off", "sleeping", "switch to bluetooth", "upgrade")
|
||||||
UNUSED_DEVICE_KEYS = ["SPID", "TargetRoomName"]
|
UNUSED_DEVICE_KEYS = ["SPID", "TargetRoomName"]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue