Maximum Login Attempts

Hi,
Is there a way to block ip incase of maximum login attempt? i.e., Block user if there are failed login after few tries by a hacker…

Yes, under the http section of your configuration.yaml file:

https://www.home-assistant.io/integrations/http#ip-filtering-and-banning

http:
  ip_ban_enabled: true
  login_attempts_threshold: 3
1 Like

Thank you Tom :smiley: :+1: