Skip to content

Commit 4850e42

Browse files
committed
Fix media_player.volume_down #717
1 parent 0847429 commit 4850e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/yandex_station/core/yandex_station.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ async def async_volume_down(self):
709709
if self.local_state:
710710
await self.glagol.send(utils.external_command("sound_quiter"))
711711
else:
712-
await super().async_volume_up()
712+
await super().async_volume_down()
713713

714714
async def async_media_seek(self, position):
715715
if self.local_state:

0 commit comments

Comments
 (0)