fix rain amount information for different units and providers, documentation

This commit is contained in:
fewieden
2018-12-30 20:46:25 +01:00
parent 8dd7621f29
commit de04c12d3c
7 changed files with 150 additions and 18 deletions

View File

@@ -12,7 +12,7 @@
</td>
{% if config.showRainAmount %}
<td class="align-right bright rain">
{{f.rain | formatRain}}
{{f.rain | unit("rain")}}
</td>
{% endif %}
</tr>