mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Smaller steps for Sonos volume up/down (#17080)
This commit is contained in:
parent
a5402739b7
commit
952a1b3513
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user