notify message
Mostra notifica via MQTT
Home Assistant
AWTRIX 3
About this flow
| System | Home Assistant |
|---|---|
| AWTRIX version | AWTRIX 3 |
| Topic | Smarthome |
| Built by | fede |
| File | 8EBYoEP4Amwq.yaml · 0.6 KB |
| Icons | — |
| Published | 11 May 2025 |
| Downloads | 25 |
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.
Forza notifica da Home Assistant via topic /notify
8EBYoEP4Amwq.yaml
{
"nodes": [
{
"id": "mqtt_notify",
"type": "mqttmessage",
"name": "Ricevi Notify",
"properties": {
"topic": "awtrix_52cae4/notify"
},
"x": 100,
"y": 100
},
{
"id": "notify_text",
"type": "notify",
"name": "Notifica Prioritaria",
"properties": {
"text": "{{payload.text}}",
"duration": 5,
"icon": 27108
},
"x": 300,
"y": 100
}
],
"connections": [
{
"from": "mqtt_notify",
"to": "notify_text"
}
]
}
More flows for Home Assistant or Smarthome
Something wrong with this flow? Report it.