Remove Bad Logins since it is now Built in!

This commit is contained in:
CCOSTAN 2016-12-15 20:25:28 +00:00
parent 2067e94a30
commit e8a7191a94
3 changed files with 12 additions and 13 deletions

View File

@ -5,13 +5,12 @@
- alias: Login Failure
hide_entity: True
trigger:
platform: numeric_state
entity_id: sensor.badlogin
above: 1
platform: template
value_template: "{{ states('persistent_notification.httplogin') != 'unknown' }}"
action:
service: script.ifttt_notify
data_template:
value1: 'Bad Login: '
value2: 'There was a Hack attempt!'
value3: ''
value3: 'Go Check the GUI for details.'

View File

@ -65,15 +65,15 @@
##############################################################################
- alias: Add some double and triple checking to the 433 RF outlets.
hide_entity: True
trigger:
- platform: time
minutes: 43
seconds: 0
# - alias: Add some double and triple checking to the 433 RF outlets.
# hide_entity: True
# trigger:
# - platform: time
# minutes: 43
# seconds: 0
action:
- service: script.reliability
# action:
# - service: script.reliability
##############################################################################

View File

@ -71,7 +71,7 @@ logbook:
#logger:
# default: info
recorder:
purge_days: 14
purge_days: 7
mqtt:
broker: 127.0.0.1