diff --git a/homeassistant/components/sonos/speaker.py b/homeassistant/components/sonos/speaker.py index 21af2c3e68e..3e66f5690b4 100644 --- a/homeassistant/components/sonos/speaker.py +++ b/homeassistant/components/sonos/speaker.py @@ -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"]