Explorar o código

fix feature flag

Noah Vogt hai 2 meses
pai
achega
5060a72430
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      custom_components/pjlink2/media_player.py

+ 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):