tRYING TO RESOLVE AND UPDATE AND REFACTOR THE NOTIFICTIONS TO ADHERE TO ios Closes #303

This commit is contained in:
CCOSTAN
2023-11-17 22:16:41 +00:00
parent 71b980975b
commit 3208ceb8e6
25 changed files with 51 additions and 48 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -15,5 +15,5 @@
value2: 'There was a Hack attempt!'
value3: 'Go Check the GUI for details.'
who: 'carlo'
apns_id: 'information'
group: 'information'

View File

@@ -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'
##############################################################################

View File

@@ -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 }}'

View File

@@ -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."

View File

@@ -32,6 +32,6 @@
title: 'Medicine Reminder Completed'
value1: 'Carlo Took his Medicine today.'
who: 'parents'
apns_id: 'Medicine'
group: 'Medicine'
- delay:
minutes: 1