diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | kauf-plug.yaml | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ .esphome secrets.yaml kauf-plug-test.yaml +kauf-plug-test-2.yaml kauf-plug-old.yaml diff --git a/kauf-plug.yaml b/kauf-plug.yaml index 05aca50..d9c3aa3 100644 --- a/kauf-plug.yaml +++ b/kauf-plug.yaml @@ -577,7 +577,7 @@ number: # used as a threshold for whether the plugged-in devices is running min_value: 50 max_value: 2000 step: 1 - initial_value: 75 + initial_value: 100 id: number_debounce entity_category: config optimistic: true |