We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99dfb93 commit 4495a76Copy full SHA for 4495a76
homeassistant/components/bang_olufsen/const.py
@@ -32,7 +32,7 @@ class BeoSource:
32
"buffering": MediaPlayerState.PLAYING,
33
"idle": MediaPlayerState.IDLE,
34
"paused": MediaPlayerState.PAUSED,
35
- "stopped": MediaPlayerState.PAUSED,
+ "stopped": MediaPlayerState.IDLE,
36
"ended": MediaPlayerState.PAUSED,
37
"error": MediaPlayerState.IDLE,
38
# A device's initial state is "unknown" and should be treated as "idle"
0 commit comments