Grouping more of the notifications into either important or informational. #750

This commit is contained in:
ccostan
2020-06-07 16:23:56 -04:00
parent caa7f7a735
commit 3480711eda
11 changed files with 14 additions and 14 deletions

View File

@@ -15,7 +15,7 @@
value2: 'There was a Hack attempt!'
value3: 'Go Check the GUI for details.'
who: 'carlo'
apns_id: 'Bad-IP'
apns_id: 'information'
- service: script.tweet_engine_image
data_template:

View File

@@ -18,7 +18,7 @@
title: 'Home Assistant {{ states.binary_sensor.updater.attributes.newest_version }} '
value1: "Home Assistant {{ states.binary_sensor.updater.attributes.newest_version }} is now available."
who: 'carlo'
apns_id: HAUpdate
apns_id: 'information'
- service: ifttt.trigger
data_template: {"event":"GitPost", "value1":"Home Assistant {{ states.binary_sensor.updater.attributes.newest_version }} is now available.", "value2":"{{ states.binary_sensor.updater.attributes.newest_version }} "}