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.
14 lines
398 B
14 lines
398 B
###################################
|
|
## Uses IFTTT to notify me of bad logins.
|
|
###################################
|
|
|
|
- alias: Login Failure
|
|
hide_entity: True
|
|
trigger:
|
|
platform: numeric_state
|
|
entity_id: sensor.badlogin
|
|
above: 1
|
|
action:
|
|
service: ifttt.trigger
|
|
data: {"event":"device_status", "value1":"Home Assistant Error: ", "value2":"Login Failure Detected"}
|