météo
Ce Flow permet à ton Ulanzi d'afficher la température et l'icône du ciel (soleil, nuages, pluie) toutes les 15 minutes. Il utilise les données internes d'AWTRIX 3 (#weather_temp# et #weather_icon#) pour rester synchronisé avec ta position géographique san
Domoticz
AWTRIX 3
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.
salut comment tu vas
N024OvGr5mr7.json
{
"name": "Météo Auto",
"active": true,
"trigger": {
"type": "interval",
"value": 900
},
"action": {
"type": "custom_app",
"name": "meteo",
"text": "#weather_temp#°C",
"icon": "#weather_icon#",
"color": [255, 255, 255],
"duration": 5
}
}