Home Assistant
News
AWTRIX 3
Local Weather
Displays local temperature on AWTRIX using Open-Meteo.
Built by Roman
Published 13 December 2025 · 2 downloads
This flow displays the current local temperature on an AWTRIX 3 device.
It uses Open-Meteo and updates automatically every 10 minutes.
XjzB5yZwAQl7.yaml · 0.2 KB
flow:
name: Meteo
description: Meteo fixe locale
update_interval: 600
steps:
- type: weather.open_meteo
latitude: 46.47
longitude: 6.88
units: metric
- type: awtrix.display
text: "{{temperature}}°C"