mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-21 04:33:38 +00:00
Add to the FRidge Watcher - Breifing section - #869
This commit is contained in:
@@ -39,6 +39,10 @@
|
||||
There have been {{ states('sensor.blitzortung_lightning_counter') }} lightning strikes detected within {{(states('sensor.blitzortung_lightning_distance') | int / 1.69) | round (1, 'floor')}} Miles of our House. Please make sure everyone is inside the house.
|
||||
{%- endmacro -%}
|
||||
|
||||
{%- macro fridge() -%}
|
||||
The internal temperature of the refrigerator is currently {{ states('sensor.blink_blink1_temperature') }} degrees.
|
||||
{%- endmacro -%}
|
||||
|
||||
{%- macro light_check() -%}
|
||||
{% if states.group.all_lights.state != 'off' -%}
|
||||
There are
|
||||
@@ -293,6 +297,10 @@
|
||||
{{ lightning() }}
|
||||
{% endif %}
|
||||
|
||||
{% if (states('sensor.blink_blink1_temperature')|int) > 50 %}
|
||||
{{ fridge() }}
|
||||
{% endif %}
|
||||
|
||||
{{ DoorOpened }}
|
||||
{{ DoorClosed }}
|
||||
|
||||
|
Reference in New Issue
Block a user