mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-13 15:26:58 +00:00
Grouping more of the notifications into either important or informational. #750
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user