Foudn 2 more instances hiding in there. #1141

This commit is contained in:
ccostan 2021-11-11 09:50:24 -05:00
parent d29acc5a6f
commit fe5d6eaf55
1 changed files with 3 additions and 3 deletions

View File

@ -304,11 +304,11 @@
{{ outside_weather() }}
{% endif %}
{% if (states('sensor.blitzortung_lightning_counter')|int) > 0 %}
{% if (states('sensor.blitzortung_lightning_counter')|int(0)) > 0 %}
{{ lightning() }}
{% 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() }}
{% endif %}
@ -342,7 +342,7 @@
{{ responsibilities() }}
{% endif %}
{% if now().strftime('%H')|int(9999)> 21 %}
{% if now().strftime('%H')|int(0) > 21 %}
{{ medicine() }}
{% endif %}