notify message
Home Assistant

notify message

Mostra notifica via MQTT
A flow by fede

Flow Details

Forza notifica da Home Assistant via topic /notify

{ "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" } ] }
-- Flow first published on May 11, 2025.