Parcourir la source

fix feature flag

Noah Vogt il y a 2 mois
Parent
commit
5060a72430
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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):