You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
535 B

###################################
## Uses IFTTT to notify me of bad logins.
###################################
- alias: Login Failure
id: 814c48ea-e2e1-4b75-92b0-581081af5ce5
trigger:
platform: template
value_template: "{{ states('persistent_notification.httplogin') != 'unknown' }}"
action:
- service: script.notify_engine
data:
value1: 'Bad Login: '
value2: 'There was a Hack attempt!'
value3: 'Go Check the GUI for details.'
who: 'carlo'
apns_id: 'information'

Powered by TurnKey Linux.