From 31803a023c44061ea89f76c7248675015b85076f Mon Sep 17 00:00:00 2001 From: Patrick Fink Date: Mon, 18 Jun 2018 23:27:59 +0200 Subject: [PATCH] Change initial command for dimmer to 0 to prevent sudden volume peaks on audio devices --- config.example.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.example.yml b/config.example.yml index eff3be5..70221bf 100644 --- a/config.example.yml +++ b/config.example.yml @@ -77,7 +77,7 @@ toggle_mapping: # Defines which command is executed if the state is NULL when toggling or sliding initial_command: - Dimmer: 100 + Dimmer: 0 Switch: ON Player: PLAY - Rollershutter: DOWN \ No newline at end of file + Rollershutter: DOWN