0.38.2 - Failed Login warning gone

After upgrading to 0.38.2, the persistant notification after a unsuccessful login is gone.
Do I have to setup the alarm component for this now?

No one using this?

I have a script that trriggered on the persistent notification:

- alias: "Send notification upon failed login attempt"
  trigger:
    - platform: state
      entity_id: persistent_notification.httplogin
  condition:
    - condition: template
      value_template: "{{ trigger.to_state.state != off }}"
  action:
    - service: notify.raspberry_pi
      data_template:
        message: "{{ trigger.to_state.state }}"

Update: same issue on 0.38.3

1 Like

Confirmed.

Seems that the entity_id “persistent_notification.http” is not triggered…

Hi, same Problem here on 0.38.3

It works again on 0.39 :).

I do have another situation though: whenever I browse to the https link, I get prompted with the password screen but before entering anything at all, it will see this as a failed login attempt (which triggers my failed login warning which makes a lot of noise):

Anyone experiencing the same?
Browser: Chrome
Update: and Firefox

It is not the case for me on 0.39.1, but while trying to give you a feedback my IP i is now banned …:joy: and can’t figure out how to unban it It’s finally a good situation (I’m on chrome)

Ohw wow, well thanks for trying to help out.

You can simply unban yourself by deleting the line in the ip_bans.yaml file.

37.61.25.587:
  banned_at: '2017-02-27T11:07:42'

Yup Just found it :grin: thanks hope you will be able to manage your issue.

1 Like