From f379bc47e9092b681acf06b5c4d991a3533457d9 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Thu, 20 Apr 2017 22:18:00 -0400 Subject: [PATCH] Updating alerts --- automation.yaml | 1 - automations/close_garage_at_nine.yaml | 5 ++--- automations/close_garage_on_away.yaml | 3 +-- automations/cloudy_inside_on_home.yaml | 5 ++--- automations/good_morning.yaml | 3 +-- automations/good_night.yaml | 5 ++--- automations/kat_home_enter.yaml | 3 +-- automations/kat_home_leave.yaml | 3 +-- automations/test.yaml | 2 -- 9 files changed, 10 insertions(+), 20 deletions(-) diff --git a/automation.yaml b/automation.yaml index 91f0425..0623249 100644 --- a/automation.yaml +++ b/automation.yaml @@ -1,5 +1,4 @@ # General -- !include automations/test.yaml - !include automations/good_morning.yaml - !include automations/good_night.yaml # Sun Based diff --git a/automations/close_garage_at_nine.yaml b/automations/close_garage_at_nine.yaml index f62e6cb..4763547 100644 --- a/automations/close_garage_at_nine.yaml +++ b/automations/close_garage_at_nine.yaml @@ -11,7 +11,6 @@ condition: action: - service: cover.close_cover entity_id: cover.garage_door - - service: notify.notify + - service: notify.ios_jeffreystonesiphone data: - title: "Jarvis" - message: "Closing Garage Door" + message: "9pm, Closing Garage Door" diff --git a/automations/close_garage_on_away.yaml b/automations/close_garage_on_away.yaml index 3d9af28..a866411 100644 --- a/automations/close_garage_on_away.yaml +++ b/automations/close_garage_on_away.yaml @@ -8,8 +8,7 @@ condition: entity_id: cover.garage_door state: "open" action: - - service: notify.notify + - service: notify.ios_jeffreystonesiphone data: - 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 3812310..7bf55d1 100644 --- a/automations/cloudy_inside_on_home.yaml +++ b/automations/cloudy_inside_on_home.yaml @@ -10,7 +10,6 @@ condition: entity_id: group.family state: "home" action: - - service: notify.notify + - service: notify.ios_jeffreystonesiphone data: - title: "Jarvis" - message: "Turning on LR Lights" + message: "Cloudy, turning on LR Lamp" diff --git a/automations/good_morning.yaml b/automations/good_morning.yaml index 8f50b56..3c7b547 100644 --- a/automations/good_morning.yaml +++ b/automations/good_morning.yaml @@ -6,7 +6,6 @@ trigger: action: - service: scene.turn_on entity_id: scene.livingroom_normal - - service: notify.notify + - service: notify.ios_jeffreystonesiphone data: - title: "Jarvis" message: "Good Morning, Anchorage House is up and online." diff --git a/automations/good_night.yaml b/automations/good_night.yaml index e0cbad8..edcff05 100644 --- a/automations/good_night.yaml +++ b/automations/good_night.yaml @@ -7,7 +7,6 @@ trigger: action: - service: scene.turn_on entity_id: scene.livingroom_night - - service: notify.notify + - service: notify.ios_jeffreystonesiphone data: - title: "Jarvis" - message: "Shutting down for the night, Good Night" + message: "House shutting down for the night, Good Night" diff --git a/automations/kat_home_enter.yaml b/automations/kat_home_enter.yaml index e3198a5..21260d8 100644 --- a/automations/kat_home_enter.yaml +++ b/automations/kat_home_enter.yaml @@ -5,7 +5,6 @@ trigger: zone: zone.home entity_id: device_tracker.katherinesiphone action: - - service: notify.notify + - service: notify.ios_jeffreystonesiphone data: - title: "Jarvis" message: "Kat is arriving home" diff --git a/automations/kat_home_leave.yaml b/automations/kat_home_leave.yaml index 0019902..7889714 100644 --- a/automations/kat_home_leave.yaml +++ b/automations/kat_home_leave.yaml @@ -5,7 +5,6 @@ trigger: zone: zone.home entity_id: device_tracker.katherinesiphone action: - - service: notify.notify + - service: notify.ios_jeffreystonesiphone data: - title: "Jarvis" message: "Kat has left home" diff --git a/automations/test.yaml b/automations/test.yaml index 7b21890..8d8eb6e 100644 --- a/automations/test.yaml +++ b/automations/test.yaml @@ -10,5 +10,3 @@ action: service: notify.ios_jeffreystonesiphone data: message: "Test Alert" - data: - subtitle: "Just a test"