diff --git a/integrations/http.yaml b/integrations/http.yaml index ea3baf7..2f2f956 100644 --- a/integrations/http.yaml +++ b/integrations/http.yaml @@ -1,7 +1,11 @@ +# https://www.home-assistant.io/integrations/http/ +# http: ssl_certificate: /ssl/cert.pem ssl_key: /ssl/privkey.pem use_x_forwarded_for: true trusted_proxies: - 192.168.178.70 - - 127.0.0.1 \ No newline at end of file + - 127.0.0.1 + ip_ban_enabled: True + login_attempts_threshold: 5 \ No newline at end of file