message to mqtt
Riceve messaggi su awtrix
Home Assistant
AWTRIX 3
About this flow
| System | Home Assistant |
|---|---|
| AWTRIX version | AWTRIX 3 |
| Topic | Smarthome |
| Built by | fede |
| File | epJd5x6QojWN.yaml · 0.6 KB |
| Icons | — |
| Published | 11 May 2025 |
| Downloads | 24 |
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.
Riceve messaggi su awtrix_52cae4/custom da Home Assistant e li mostra sul display
epJd5x6QojWN.yaml
{
"nodes": [
{
"id": "mqtt_receive",
"type": "mqttmessage",
"name": "Ricevi da MQTT",
"properties": {
"topic": "awtrix_52cae4/custom"
},
"x": 100,
"y": 100
},
{
"id": "display_text",
"type": "textmessage",
"name": "Mostra testo",
"properties": {
"text": "{{payload.text}}",
"duration": 5
},
"x": 300,
"y": 100
}
],
"connections": [
{
"from": "mqtt_receive",
"to": "display_text"
}
]
}
More flows for Home Assistant or Smarthome
Something wrong with this flow? Report it.