Show humidity.

This commit is contained in:
Michael Teeuw
2017-10-19 16:51:51 +02:00
parent 22a50b72fd
commit 16c887814e
2 changed files with 6 additions and 2 deletions

View File

@@ -27,6 +27,9 @@
</sup>
{% endif %}
</span>
{% if config.showHumidity and current.humidity %}
<span>{{ current.humidity }}</span><sup>&nbsp;<i class="wi wi-humidity humidityIcon"></i></sup>
{% endif %}
<span class="wi dimmed wi-{{current.nextSunAction()}}"></span>
<span>
{% if current.nextSunAction() == "sunset" %}