{{ device.name }}
{{ device.device_type }}- Day low
- {{ "%.1f"|format(stat.low) if stat else "n/a" }}°C
- Day high
- {{ "%.1f"|format(stat.high) if stat else "n/a" }}°C
- Battery
- {{ reading.battery if reading.battery is not none else "n/a" }}%
Waiting for the first reading.
{% endif %}