{% if sensor_ids %}
{% for sid in sensor_ids %} {% set prefix = sid | replace('-', '_') | replace('.', '_') %}

📡 {{ sid }} {% if device_active %} {% endif %}

🌡 TEMPERATURE (°C)
💧 HUMIDITY (%)
🌀 PRESSURE (hPa)
{% endfor %}
{% else %}
📈

No sensors detected — seed data with make seed or wait for the background device

{% endif %}