mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 12:10:28 +00:00
Grouping more of the notifications into either important or informational. #750
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
data_template:
|
||||
who: 'parents'
|
||||
value1: "The {{ trigger.to_state.attributes.friendly_name }} has been {{ (trigger.to_state.state)|replace('_', ' ') }}."
|
||||
apns_id: 'Doors'
|
||||
apns_id: 'information'
|
||||
|
||||
- service: input_boolean.turn_on
|
||||
entity_id: input_boolean.alert_mode
|
||||
|
@@ -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:
|
||||
|
@@ -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 }} "}
|
||||
|
@@ -13,7 +13,7 @@
|
||||
title: 'Home Assistant StartUp'
|
||||
value1: 'Home Assistant is Up and Running!'
|
||||
who: 'carlo'
|
||||
apns_id: 'Startup'
|
||||
apns_id: 'information'
|
||||
|
||||
- service: light.turn_off
|
||||
entity_id: light.hallway_lights
|
||||
|
@@ -30,7 +30,7 @@
|
||||
who: "parents"
|
||||
content_type: 'jpeg'
|
||||
url: !secret camera2_snapshot
|
||||
apns_id: 'Garadget'
|
||||
apns_id: 'information'
|
||||
|
||||
##############################################################################
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
value2: "Large: {{ states('cover.large_garage')}}"
|
||||
who: "family"
|
||||
camera_entity: "camera.camera2"
|
||||
apns_id: 'Garadget'
|
||||
apns_id: 'information'
|
||||
|
||||
- service: script.speech_engine
|
||||
data_template:
|
||||
|
Reference in New Issue
Block a user