add original feels like temperature and fixed it for imperial units

This commit is contained in:
fewieden
2018-12-30 14:17:13 +01:00
parent 88d862303d
commit 8dd7621f29
5 changed files with 44 additions and 17 deletions

View File

@@ -51,6 +51,13 @@
</span>
{% endif %}
</div>
{% if config.showFeelsLike and not config.onlyTemp %}
<div class="normal medium">
<span class="dimmed">
{{ "FEELS" | translate }} {{ current.feelsLike() | roundValue | unit("temperature") }}
</span>
</div>
{% endif %}
{% else %}
<div class="dimmed light small">
{{"LOADING" | translate}}