mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Detect when battery-powered Sonos devices are turned off (#87606)
This commit is contained in:
@@ -77,7 +77,7 @@ SUBSCRIPTION_SERVICES = {
|
||||
"renderingControl",
|
||||
"zoneGroupTopology",
|
||||
}
|
||||
SUPPORTED_VANISH_REASONS = ("sleeping", "switch to bluetooth", "upgrade")
|
||||
SUPPORTED_VANISH_REASONS = ("powered off", "sleeping", "switch to bluetooth", "upgrade")
|
||||
UNUSED_DEVICE_KEYS = ["SPID", "TargetRoomName"]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user