Updates to the Fridge temps.

This commit is contained in:
ccostan
2020-09-11 22:23:54 -04:00
parent 0185d6d9de
commit ac6efa5abc
4 changed files with 5 additions and 7 deletions

View File

@@ -297,7 +297,7 @@
{{ lightning() }}
{% endif %}
{% if (states('sensor.blink_blink1_temperature')|int) > 50 %}
{% if (states('sensor.blink_blink1_temperature')|int) > 50 and no_fridge != 1 %}
{{ fridge() }}
{% endif %}