From 24d867566f4d6dc71675a402d2536dcb6498f281 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Sun, 9 Apr 2017 18:42:48 -0400 Subject: [PATCH] Cleaning up pn notifications --- automations/close_garage_at_nine.yaml | 3 ++- automations/close_garage_on_away.yaml | 3 ++- automations/cloudy_inside_on_home.yaml | 3 ++- automations/good_morning.yaml | 3 ++- automations/good_night.yaml | 3 ++- automations/jeff_home_enter.yaml | 3 ++- automations/jeff_home_leave.yaml | 3 ++- automations/jeff_summit_enter.yaml | 3 ++- automations/jeff_summit_leave.yaml | 3 ++- automations/kat_home_enter.yaml | 3 ++- automations/kat_home_leave.yaml | 3 ++- 11 files changed, 22 insertions(+), 11 deletions(-) diff --git a/automations/close_garage_at_nine.yaml b/automations/close_garage_at_nine.yaml index 863ef4b..f62e6cb 100644 --- a/automations/close_garage_at_nine.yaml +++ b/automations/close_garage_at_nine.yaml @@ -13,4 +13,5 @@ action: entity_id: cover.garage_door - service: notify.notify data: - message: "HA: Closing Garage Door" + title: "Jarvis" + message: "Closing Garage Door" diff --git a/automations/close_garage_on_away.yaml b/automations/close_garage_on_away.yaml index 6211cfe..3d9af28 100644 --- a/automations/close_garage_on_away.yaml +++ b/automations/close_garage_on_away.yaml @@ -10,5 +10,6 @@ condition: action: - service: notify.notify data: - title: "No one home, Garage Open" + title: "Jarvis" + message: "No one home, Closing Garage" - service: cover.close_cover diff --git a/automations/cloudy_inside_on_home.yaml b/automations/cloudy_inside_on_home.yaml index b7e10df..3812310 100644 --- a/automations/cloudy_inside_on_home.yaml +++ b/automations/cloudy_inside_on_home.yaml @@ -12,4 +12,5 @@ condition: action: - service: notify.notify data: - title: "HA: Turning on Lights - Cloudy" + title: "Jarvis" + message: "Turning on LR Lights" diff --git a/automations/good_morning.yaml b/automations/good_morning.yaml index ec8647f..8f50b56 100644 --- a/automations/good_morning.yaml +++ b/automations/good_morning.yaml @@ -8,4 +8,5 @@ action: entity_id: scene.livingroom_normal - service: notify.notify data: - title: "Good Morning, Anchorage House is up and online." + title: "Jarvis" + message: "Good Morning, Anchorage House is up and online." diff --git a/automations/good_night.yaml b/automations/good_night.yaml index d6930e4..e0cbad8 100644 --- a/automations/good_night.yaml +++ b/automations/good_night.yaml @@ -9,4 +9,5 @@ action: entity_id: scene.livingroom_night - service: notify.notify data: - title: "HA: Shutting down for the night, Good Night" + title: "Jarvis" + message: "Shutting down for the night, Good Night" diff --git a/automations/jeff_home_enter.yaml b/automations/jeff_home_enter.yaml index 04d58d0..a1dd020 100644 --- a/automations/jeff_home_enter.yaml +++ b/automations/jeff_home_enter.yaml @@ -7,5 +7,6 @@ trigger: action: - service: notify.notify data: - message: "Jeff arrived home" + title: "Jarvis" + message: "Jeff has arrived home" - service: script.jeff_is_stationary diff --git a/automations/jeff_home_leave.yaml b/automations/jeff_home_leave.yaml index a6d1cb3..7b242f6 100644 --- a/automations/jeff_home_leave.yaml +++ b/automations/jeff_home_leave.yaml @@ -7,5 +7,6 @@ trigger: action: - service: notify.notify data: - message: "Jeff left home" + title: "Jarvis" + message: "Jeff has left home" - service: script.jeff_is_moving diff --git a/automations/jeff_summit_enter.yaml b/automations/jeff_summit_enter.yaml index 4fc481d..7a09ec7 100644 --- a/automations/jeff_summit_enter.yaml +++ b/automations/jeff_summit_enter.yaml @@ -7,5 +7,6 @@ trigger: action: - service: notify.notify data: - message: "Jeff arrived at Summit" + title: "Jarvis" + message: "Jeff has arrived at Summit" - service: script.jeff_is_stationary diff --git a/automations/jeff_summit_leave.yaml b/automations/jeff_summit_leave.yaml index 905bb3a..aec2910 100644 --- a/automations/jeff_summit_leave.yaml +++ b/automations/jeff_summit_leave.yaml @@ -7,5 +7,6 @@ trigger: action: - service: notify.notify data: - message: "Jeff left summit" + title: "Jarvis" + message: "Jeff has left summit" - service: script.jeff_is_moving diff --git a/automations/kat_home_enter.yaml b/automations/kat_home_enter.yaml index cc4bfea..b411323 100644 --- a/automations/kat_home_enter.yaml +++ b/automations/kat_home_enter.yaml @@ -7,5 +7,6 @@ trigger: action: - service: notify.notify data: - message: "Kat arrived home" + title: "Jarvis" + message: "Kat has arrived home" - service: script.kat_is_stationary diff --git a/automations/kat_home_leave.yaml b/automations/kat_home_leave.yaml index e0ba270..7bbc693 100644 --- a/automations/kat_home_leave.yaml +++ b/automations/kat_home_leave.yaml @@ -7,5 +7,6 @@ trigger: action: - service: notify.notify data: - message: "Kat left home" + title: "Jarvis" + message: "Kat has left home" - service: script.kat_unknown