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 - alias: Login Failure
hide_entity: True hide_entity: True
trigger: trigger:
platform: numeric_state platform: template
entity_id: sensor.badlogin value_template: "{{ states('persistent_notification.httplogin') != 'unknown' }}"
above: 1
action: action:
service: script.ifttt_notify service: script.ifttt_notify
data_template: data_template:
value1: 'Bad Login: ' value1: 'Bad Login: '
value2: 'There was a Hack attempt!' 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. # - alias: Add some double and triple checking to the 433 RF outlets.
hide_entity: True # hide_entity: True
trigger: # trigger:
- platform: time # - platform: time
minutes: 43 # minutes: 43
seconds: 0 # seconds: 0
action: # action:
- service: script.reliability # - service: script.reliability
############################################################################## ##############################################################################

View File

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