Noah Vogt 2 сар өмнө
parent
commit
5060a72430

+ 1 - 1
custom_components/pjlink2/media_player.py

@@ -108,7 +108,7 @@ class PJLink2MediaPlayer(MediaPlayerEntity):
         MediaPlayerEntityFeature.TURN_ON
         | MediaPlayerEntityFeature.TURN_OFF
         | MediaPlayerEntityFeature.SELECT_SOURCE
-        | MediaPlayerEntityFeature.MUTE_VOLUME
+        | MediaPlayerEntityFeature.VOLUME_MUTE
     )
 
     def __init__(self, pjl, name, sources):