We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0847429 commit 4850e42Copy full SHA for 4850e42
custom_components/yandex_station/core/yandex_station.py
@@ -709,7 +709,7 @@ async def async_volume_down(self):
709
if self.local_state:
710
await self.glagol.send(utils.external_command("sound_quiter"))
711
else:
712
- await super().async_volume_up()
+ await super().async_volume_down()
713
714
async def async_media_seek(self, position):
715
0 commit comments