From 4affd18b3b9ac07fd112d1509ac3195a7cd3bc95 Mon Sep 17 00:00:00 2001 From: Franzz Date: Mon, 14 Sep 2026 21:34:37 +0200 Subject: [PATCH] Move volume in steps of 5 Two was too fine to be useful on a remote you tap rather than drag. Co-Authored-By: Claude Opus 5 --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index d3b3d7b..86de7fd 100644 --- a/config.py +++ b/config.py @@ -56,7 +56,7 @@ ROOM_KEYS = ["home400", "living_room_group"] # --- Behaviour -------------------------------------------------------- # How many HEOS volume points one tap of +/- moves. -VOLUME_STEP = 2 +VOLUME_STEP = 5 # Limit the input picker to the sources you actually use, by their SI # code (see GET /api/avr/inputs for the full list). Empty = show all.