mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-22 17:06:15 +00:00
Remove Bad Logins since it is now Built in!
This commit is contained in:
parent
2067e94a30
commit
e8a7191a94
@ -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.'
|
||||||
|
@ -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
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user