mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-14 15:51:02 +00:00
tRYING TO RESOLVE AND UPDATE AND REFACTOR THE NOTIFICTIONS TO ADHERE TO ios Closes #303
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
HURRICANE WINDS. FIND SHELTER, AND STAY INDOORS!
|
||||
{% endif %}
|
||||
who: 'family'
|
||||
apns_id: 'Alert'
|
||||
group: 'Alert'
|
||||
|
||||
- service: input_boolean.turn_on
|
||||
entity_id: input_boolean.alert_mode
|
||||
|
@@ -26,7 +26,7 @@
|
||||
data:
|
||||
who: 'parents'
|
||||
value1: "The {{ trigger.to_state.attributes.friendly_name }} has been {{ (trigger.to_state.state)|replace('_', ' ') }}."
|
||||
apns_id: 'information'
|
||||
group: 'information'
|
||||
|
||||
- service: input_boolean.turn_on
|
||||
entity_id: input_boolean.alert_mode
|
||||
|
@@ -15,5 +15,5 @@
|
||||
value2: 'There was a Hack attempt!'
|
||||
value3: 'Go Check the GUI for details.'
|
||||
who: 'carlo'
|
||||
apns_id: 'information'
|
||||
group: 'information'
|
||||
|
||||
|
@@ -19,6 +19,6 @@
|
||||
value2: "New IP: {{ states('sensor.exteral_ip') }}"
|
||||
value3: ' - Be sure to Change DNS!'
|
||||
who: 'carlo'
|
||||
apns_id: 'ip-change'
|
||||
group: 'ip-change'
|
||||
|
||||
##############################################################################
|
||||
|
@@ -13,7 +13,7 @@
|
||||
value1: 'Check the MQTT Dump'
|
||||
value2: '/dump/{{ trigger.platform }}'
|
||||
who: 'carlo'
|
||||
apns_id: 'information'
|
||||
group: 'information'
|
||||
- service: mqtt.publish
|
||||
data:
|
||||
topic: '/dump/{{ trigger.platform }}'
|
||||
|
@@ -14,7 +14,7 @@
|
||||
title: 'Home Assistant StartUp'
|
||||
value1: 'Home Assistant is Up and Running!'
|
||||
who: 'carlo'
|
||||
apns_id: 'information'
|
||||
group: 'information'
|
||||
|
||||
- service: homeassistant.turn_off
|
||||
entity_id:
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
- service: notify.alexa_media_office
|
||||
data:
|
||||
title: "Home Assistant Restarted"
|
||||
message: "Home Assistant has been restarted."
|
||||
data:
|
||||
type: announce
|
||||
message: "Home Assistant has been restarted."
|
||||
|
||||
|
@@ -32,6 +32,6 @@
|
||||
title: 'Medicine Reminder Completed'
|
||||
value1: 'Carlo Took his Medicine today.'
|
||||
who: 'parents'
|
||||
apns_id: 'Medicine'
|
||||
group: 'Medicine'
|
||||
- delay:
|
||||
minutes: 1
|
||||
|
Reference in New Issue
Block a user