Updated #750 - Adding collapable IOS notifications

This commit is contained in:
ccostan
2020-05-29 17:50:36 -04:00
parent ae2790c0c6
commit 8c466d50be
15 changed files with 34 additions and 37 deletions

View File

@@ -77,7 +77,7 @@ sensor:
#
automation:
- alias: Notify if Grid is down
trigger:
- platform: state
entity_id: sensor.grid_status
@@ -95,3 +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'