Explorar el Código

fix feature flag

Noah Vogt hace 2 meses
padre
commit
5060a72430
Se han modificado 1 ficheros con 1 adiciones y 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):