Smaller steps for Sonos volume up/down (#17080)

This commit is contained in:
Anders Melchiorsen 2018-10-03 15:09:05 +02:00 committed by Pascal Vizeli
parent a5402739b7
commit 952a1b3513

View File

@ -335,7 +335,7 @@ class SonosDevice(MediaPlayerDevice):
def __init__(self, player):
"""Initialize the Sonos device."""
self._receives_events = False
self._volume_increment = 5
self._volume_increment = 2
self._unique_id = player.uid
self._player = player
self._model = None