Updated #750 - Adding collapable IOS notifications

This commit is contained in:
ccostan
2020-05-29 17:50:36 -04:00
parent ae2790c0c6
commit 8c466d50be
15 changed files with 34 additions and 37 deletions

View File

@@ -3,7 +3,7 @@
###################################
- alias: Login Failure
trigger:
platform: template
value_template: "{{ states('persistent_notification.httplogin') != 'unknown' }}"
@@ -15,6 +15,7 @@
value2: 'There was a Hack attempt!'
value3: 'Go Check the GUI for details.'
who: 'carlo'
apns_id: 'Bad-IP'
- service: script.tweet_engine_image
data_template:

View File

@@ -5,7 +5,7 @@
##############################################################################
- alias: "NOTIFY IF IP CHANGES"
trigger:
- platform: state
entity_id: sensor.ipchange
@@ -18,6 +18,7 @@
value2: "New IP: {{ states('sensor.exteral_ip') }}"
value3: ' - Be sure to Change DNS!'
who: 'carlo'
apns_id: 'ip-change'
- service: script.tweet_engine
data_template: