From 763ddbb84a6eccd31dd84fb1f813287f60ae271c Mon Sep 17 00:00:00 2001 From: Arthur Zapparoli <2992+arthurgeek@users.noreply.github.com> Date: Fri, 8 Jan 2021 22:47:10 +0100 Subject: [PATCH] Enable IP Ban According to the docs, `login_attempts_threshold` only works if `ip_ban_enabled` is set to `true`. --- config/configuration.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/configuration.yaml b/config/configuration.yaml index 6636d87..6b287c7 100644 --- a/config/configuration.yaml +++ b/config/configuration.yaml @@ -19,6 +19,7 @@ config: # https://home-assistant.io/components/http http: + ip_ban_enabled: true login_attempts_threshold: 20 lovelace: