|
|
|
@ -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 %}
|
|
|
|
|
|
|
|
|
|
|
|
|