Skip to content

Commit 4495a76

Browse files
authored
Change Bang & Olufsen "stopped" state translation (home-assistant#158534)
1 parent 99dfb93 commit 4495a76

File tree

1 file changed

+1
-1
lines changed
  • homeassistant/components/bang_olufsen

1 file changed

+1
-1
lines changed

homeassistant/components/bang_olufsen/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class BeoSource:
3232
"buffering": MediaPlayerState.PLAYING,
3333
"idle": MediaPlayerState.IDLE,
3434
"paused": MediaPlayerState.PAUSED,
35-
"stopped": MediaPlayerState.PAUSED,
35+
"stopped": MediaPlayerState.IDLE,
3636
"ended": MediaPlayerState.PAUSED,
3737
"error": MediaPlayerState.IDLE,
3838
# A device's initial state is "unknown" and should be treated as "idle"

0 commit comments

Comments
 (0)