Birthday
Uses the Google Calendar to show cake if someone in your contacts celibrates their birthday.
About this flow
| System | Home Assistant |
|---|---|
| AWTRIX version | AWTRIX 3 |
| Topic | Social |
| Built by | Frank Oosterhuis |
| File | dZKg522E5yE2.yaml · 1.1 KB |
| Icons | 1 |
| Published | 9 May 2025 · updated 9 May 2025 |
| Downloads | 42 |
Is this your flow?
If you created this flow, open your saved edit link to add it to your account. You can then manage it whenever you sign in. Adding it to your account replaces the edit link.
Setup this integration: https://www.home-assistant.io/integrations/google/
Enter the correct calender-name and mqtt topic in the flow.
dZKg522E5yE2.yaml
alias: "Awtrix: Birthday"
description: ""
triggers:
- trigger: time_pattern
hours: "1"
conditions: []
actions:
- choose:
- conditions:
- alias: Someone's birthday?
condition: template
value_template: |-
{% set today = now().date() | string %}
{% set next = state_attr('calendar.verjaardagen', 'start_time') %}
{{ today in next }}
sequence:
- action: mqtt.publish
metadata: {}
data:
evaluate_payload: false
qos: 0
retain: true
topic: awtrix_0afcb4/custom/birthday
payload: |-
{
"text": "{{ state_attr('calendar.verjaardagen', 'message') }}",
"icon": 46314,
"repeat": 1
}
alias: Publish app
default:
- alias: Remove app
action: mqtt.publish
metadata: {}
data:
evaluate_payload: false
qos: 0
retain: false
topic: awtrix_0afcb4/custom/birthday
mode: single
This flow uses the following icons. Add them to your AWTRIX along with the flow.
8×8 px
More flows for Home Assistant or Social
Something wrong with this flow? Report it.