šŸ“† Calendar Notifications & Actions

Thank you for answer ,
but HA can only be installed on nspanel pro and I donā€™t have pro

I want to do something like that but when selecting a device it doesnā€™t show me anything, only the phone. It was easier for me to upload the software than to create calendar notifications on nspanel now :slight_smile:

@override

Yes, there are many things we could add. If I include all the Android and iOS options, it might create an overwhelming number of choices. Thatā€™s not to say these options wonā€™t be added eventually, but Iā€™m trying to take a more gradual approach.

What Iā€™d really love to see is for Home Assistant to create their own unified notification platform. This way, it wouldnā€™t matter if youā€™re using iOS or Android, we could have consistent options that they could develop and maintain.

Iā€™ve created a ā€œWhat the Heckā€ (WTH) post to start the conversation, but ultimately, itā€™s up to the Home Assistant team to decide if this is feasible. If they can create their own voice assistant, perhaps this is possible too. If youā€™d like to support this idea, you can find the WTH post and vote on it here

Even the post just above this one you can see that this would benifit using a nspanel.

Thanks for your input I will put this on the list.

Blacky :smiley:

1 Like

@loogin72

I get a few of these post and really HA need to work out how this would all be handled. If youā€™d like to support this idea, you can find the WTH post and vote on it here

Blacky :smiley:

Iā€™m really sorry, if Iā€™ve missed this somewhere in the thread. Negative offset is allowed in YAML only. Visual editor doesnā€™t allow values, less than 0.


Though nothing critical, offset can be entered via YAML :slight_smile:

@mirddin

In my visual editor it is allowed and I donā€™t get that message under the values if I enter a negative value (Firefox).

Question, if you enter a negative value and you click save will it save the value? It will still be red but if you go out of the automation and then back into it the red line should be gone.

Blacky :smiley:

Hey blacky, Iā€™m using this blueprint to remind me to take the garbage out, and itā€™s been working great. Can I set it up to notify my wifeā€™s phone when I select action 1 (ā€œIā€™ve taken out the trashā€)?

@dovy6

You can. What I do is include my wife and my son in the notification message. Then I Enable Action Button Confirmation and then just use the action buttons. The if someone does it they can let everyone know by pressing the action button. Like below.

What this will do is give you 2 action buttons in your first message and if no one actions it within 4 hours it sends out the delay confirmation message so we donā€™t forget.

If you would just like to notify your wife then you can create an action to notify her and anyone else you would like to notify. You would do this in the start actions.
Blacky :smiley:

This would require that she gets the notifications to take the trash out, too, right? I want to notify her after I take out the trash, but not send her the notification reminder to do so initially

@dovy6

Okay, no problem then just also add Use The Start Auto Action Options and add a action in Start Action - Action 1 to notify your wifeā€™s phone. Donā€™t tick Enable start auto action 1. Then when you click the action button 1 in your first notification it will then preform action 1 to then notify your wife.

Blacky :smiley:

If the calendar event isnā€™t editable because iā€™ve been invited to it, then I might not be able to make sure the keyword is in there. Itā€™d be great to be able to alert when an event has more than one participant.

@benflux

Maybe try not to use a keyword and then add a condition (in global conditions) that will only allow it to run if there are more than one participant.

Blacky :smiley:

Is there a way to open an external url using the action buttons? for example google.com
i managed to do it with normal notifications using the URI action but it isnt working with this blueprint

need some help here. Iā€™m running on a iOS iPhone with your blueprint. everything is working great except for the ā€œStart Actions Buttonsā€. So Iā€™m getting notifications but no actions to press on the phone. Iā€™ve mimic your steps. what am i missing?

alias: Calendar Notifications & Actions
description: ""
use_blueprint:
  path: Blackshome/calendar-notifications-and-actions.yaml
  input:
    calendar: calendar.garbage_collection
    calendar_trigger: "@bins"
    include_start_notify: enable_start_notify_options
    start_notify_device:
      - ddeb3d7f76180065f6df10bcff329d0f
    include_start_action_buttons:
      - enable_start_action_button_1
    start_action_button_1: Trash bins Are Out!
    include_calendar_trigger: enable_key_word
    start_calendar_offset:
      hours: -6
      minutes: 30
      seconds: 0
      days: 0
    end_calendar_offset:
      hours: -7
      minutes: 0
      seconds: 0
      days: 0
    start_message: Who is going to take the trash bins out?
    start_action_button_stop: It Has Already Been Done!
    start_time_delay:
      hours: 4
      minutes: 0
      seconds: 0
    include_start_action_button_confirmation: enable_start_action_button_confirmation
    start_action_button_confirmation_message: Yippee the bins are out!
    start_action_button_confirmation_title: "{{ trigger.calendar_event.summary }}"
    include_end_notify: enable_end_notify_options
    end_notify_device:
      - ddeb3d7f76180065f6df10bcff329d0f
    end_message: Need to get the bins!
    include_end_action_buttons:
      - enable_end_action_button_1
    end_action_button_1: Got the bins!
    include_end_action_button_confirmation: enable_end_action_button_confirmation
    end_action_button_stop: It Has Already Been Done!
    end_action_button_confirmation_title: "{{ trigger.calendar_event.summary}}"
    end_action_button_confirmation_message: Nice work, the bins are back!
    end_time_delay_confirmation_message: Don't froget to get this bins!
    start_time_delay_confirmation_message: Don't forget, we still need to take the bins out!
    start_notify_interruption_level: active
    end_notify_interruption_level: active
    start_notify_sound: HummingbirdNotification_Haptic.caf
    end_notify_sound: HummingbirdNotification_Haptic.caf
    include_start_auto_actions: []

@PabloRamacc

Welcome to the community.

You would just use the start or end action to send the notification and then in the data input you would add the action button with the URL link. Example code below.

    start_action_1:
      - action: notify.mobile_app_your_iphone
        metadata: {}
        data:
          title: Your Title here
          message: Your Message here
          data:
            actions:
              - action: ALARM
                title: Sound Alarm
              - action: URI
                title: Search Google
                uri: https://google.com

Blacky :smiley:

@myrwon

All your settings (YAML) are good.

iOS notifications are tricky, and unfortunately, this is an Apple limitation. When you receive the message, tap and hold the notification until the buttons appear. If you tap it normally, the message will disappear, and you wonā€™t see the buttons. I know itā€™s frustrating, but thereā€™s nothing I can do to change it.

Blacky :smiley:

Thought I was going crazy. hahaā€¦Damn you iOS!!!
I really appricate all your hard work you put into this BP. Thank you Blacky :muscle:

@myrwon

Your welcome. I will make this a FAQ to help the community.

Blacky :smiley:

Hi, I have my calendars from Baikal via caldav in home assistant, but what ever I do I canā€™t get the automation to trigger (I have it set to no key words).

Iā€™m probably missing something obvious here

EDIT: I have also tried local Calanders and another addon that supplys calandar