Grouping more of the notifications into either important or informational. #750
This commit is contained in:
parent
caa7f7a735
commit
3480711eda
|
@ -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:
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
homeassistant:
|
||||
customize_glob:
|
||||
"*.carlojuice*":
|
||||
|
||||
|
||||
|
||||
|
||||
#-------------------------------------------
|
||||
juicenet:
|
||||
access_token: !secret juicenet_access_token
|
||||
|
@ -48,7 +48,7 @@ automation:
|
|||
data_template:
|
||||
value1: "The Garage charger is now in {{ states('sensor.carlojuice_charging_status') }} mode."
|
||||
who: 'carlo'
|
||||
apns_id: 'JuiceBox'
|
||||
apns_id: 'information'
|
||||
|
||||
- alias: 'Juicebox Self-Heal'
|
||||
initial_state: 'on'
|
||||
|
|
|
@ -84,7 +84,7 @@ automation:
|
|||
ios_category: 'camera'
|
||||
camera_entity: 'camera.carlo_neato_cleaning_map'
|
||||
content_type: 'jpeg'
|
||||
apns_id: 'neato-carlo_neato_cleaning_map'
|
||||
apns_id: 'information'
|
||||
|
||||
- delay: 00:20:00
|
||||
- event: event_did_someone_help_neato
|
||||
|
|
|
@ -95,4 +95,4 @@ automation:
|
|||
data_template:
|
||||
value1: "The electrical grid is reporting to be {{ (trigger.to_state.state)|replace('True', 'up')|replace('False', 'down') }}. Please verify with Tesla App."
|
||||
who: 'parents'
|
||||
apns_id: 'PowerWall'
|
||||
apns_id: 'information'
|
||||
|
|
|
@ -54,7 +54,7 @@ automation:
|
|||
- service: script.notify_engine
|
||||
data_template:
|
||||
value1: 'Go Outside! There is a Rocket Launch very soon!'
|
||||
apns_id: 'Space'
|
||||
apns_id: 'information'
|
||||
|
||||
- service: script.tweet_engine
|
||||
data_template:
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
# who: "stacey | carlo | paige | family | parents"
|
||||
# camera_entity: 'Camera.Camera'
|
||||
# content-type: "jpeg"
|
||||
# apns: "Something_Unique"
|
||||
# apns_id: "Something_Unique" if important or information
|
||||
|
||||
# IFTTT Maker channel should look like this: https://files.gitter.im/home-assistant/home-assistant/phkx/blob
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ skybell_pressed:
|
|||
ios_category: 'camera'
|
||||
camera_entity: 'camera.front_door_last_activity'
|
||||
content_type: 'jpeg'
|
||||
apns_id: 'doorbell'
|
||||
apns_id: 'information'
|
||||
|
||||
- service: script.flash_notify
|
||||
|
||||
|
|
Loading…
Reference in New Issue