This flow was submitted before accounts existed, so nobody owns it yet. If you submitted it, open the edit link you were given — it still works — and you can attach the flow to an account from there. There is no deadline, and attaching it retires the link for good.
FritzBox Callmonitor Notification
shows Caller ID on your Awtrix Light
| System | Home Assistant |
|---|---|
| Firmware | AWTRIX 3 |
| Topic | Smarthome |
| Built by | Hank_the_Tank |
| File | KXydOD3mopjL.yaml · 1.7 KB |
| Icons | — |
| Published | 25 Dec 2023 · updated 25 Dec 2023 |
| Downloads | 21 |
You need https://www.home-assistant.io/integrations/fritzbox_callmonitor
Lametric Icon ID 35
KXydOD3mopjL.yaml
alias: ☎ Awtrix FritzBox Call Notification
description: ""
trigger:
- platform: state
entity_id:
- sensor.fritz_box_7530_call_monitor_telefonbuch
id: change
condition: []
action:
- variables:
fritz_status: |-
{% if is_state("sensor.fritz_box_7530_call_monitor_telefonbuch", "idle")
%}
Phone is idle
{% elif is_state("sensor.fritz_box_7530_call_monitor_telefonbuch",
"dialing") %}
Calling {{ state_attr('sensor.fritz_box_7530_call_monitor_telefonbuch', 'to_name') }} ({{ state_attr('sensor.fritz_box_7530_call_monitor_telefonbuch', 'to') }})
{% elif is_state("sensor.fritz_box_7530_call_monitor_telefonbuch",
"ringing") %}
Incoming call from {{ state_attr('sensor.fritz_box_7530_call_monitor_telefonbuch', 'from_name') }} ({{ state_attr('sensor.fritz_box_7530_call_monitor_telefonbuch', 'from') }})
{% else %}
Talking to {{ state_attr('sensor.fritz_box_7530_call_monitor_telefonbuch', 'with_name') }} ({{ state_attr('sensor.fritz_box_7530_call_monitor_telefonbuch', 'with') }})
{% endif %}
- choose:
- conditions:
- condition: trigger
id:
- change
sequence:
- service: mqtt.publish
data:
qos: 0
retain: false
topic: awtrix_a8ba90/notify
payload: |-
{
"icon": "35",
"text": "{{ fritz_status }}",
"repeat": 3,
"rtttl": "ringring:d=16,o=6,b=180:c,e,g,p,p,p,p,p,p,p,p,p,c,e,g,p,p,p,p,p,p,c,e,g,p,p,p"
}
mode: queued
More flows for Home Assistant or Smarthome
Something wrong with this flow? Report it.