mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-07 01:52:11 +00:00
Remove Bad Logins since it is now Built in!
This commit is contained in:
@@ -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.'
|
||||
|
||||
@@ -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
|
||||
|
||||
##############################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user