Hi,
Is it possible to have a single automation like the below, but the message needs to include the calendar title? I have two calendar entries for bin night, each fortnight its different bins so i want to include that in the message
The two calendar entries i monitor for are
- Bin Night - Red / Yellow / Green
- Bin Night - Red / Green
description: "Bin Night Notification"
mode: single
trigger:
- platform: calendar
event: start
offset: "-0:0:0"
entity_id: calendar.home
condition:
- condition: state
entity_id: calendar.home
attribute: message
state: **Bin Night - Red / Yellow / Green**
- condition: or
conditions:
- condition: state
entity_id: calendar.home
attribute: message
state: **Bin Night - Red / Green**
action:
- service: notify.mobile_app_sm_g998b
data: {}
Option B is just create two automations and hard code my message to suit