diff --git a/homeassistant/components/pioneer/media_player.py b/homeassistant/components/pioneer/media_player.py index 0c6de9803e1..51f55d4e851 100644 --- a/homeassistant/components/pioneer/media_player.py +++ b/homeassistant/components/pioneer/media_player.py @@ -169,6 +169,8 @@ class PioneerDevice(MediaPlayerDevice): @property def state(self): """Return the state of the device.""" + if self._pwstate == "PWR2": + return STATE_OFF if self._pwstate == "PWR1": return STATE_OFF if self._pwstate == "PWR0":