Foudn 2 more instances hiding in there. #1141

pull/1225/head
ccostan 4 years ago
parent d29acc5a6f
commit fe5d6eaf55

@ -304,11 +304,11 @@
{{ outside_weather() }} {{ outside_weather() }}
{% endif %} {% endif %}
{% if (states('sensor.blitzortung_lightning_counter')|int) > 0 %} {% if (states('sensor.blitzortung_lightning_counter')|int(0)) > 0 %}
{{ lightning() }} {{ lightning() }}
{% endif %} {% endif %}
{% if (states('sensor.blink_blink1_temperature')|int) > 50 and no_fridge != 1 %} {% if (states('sensor.blink_blink1_temperature')|int(0)) > 50 and no_fridge != 1 %}
{{ fridge() }} {{ fridge() }}
{% endif %} {% endif %}
@ -342,7 +342,7 @@
{{ responsibilities() }} {{ responsibilities() }}
{% endif %} {% endif %}
{% if now().strftime('%H')|int(9999)> 21 %} {% if now().strftime('%H')|int(0) > 21 %}
{{ medicine() }} {{ medicine() }}
{% endif %} {% endif %}

Loading…
Cancel
Save

Powered by TurnKey Linux.