mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-04-30 03:26:02 +00:00
Add to the FRidge Watcher - Breifing section - #869
This commit is contained in:
parent
41fc4ec3e5
commit
a1e76e0bbe
@ -247,7 +247,7 @@ automation:
|
|||||||
{{ [
|
{{ [
|
||||||
"The {{ trigger.to_state.attributes.friendly_name }} has been opened for about 5 minutes. I will shut down the Air Conditioner so you can enjoy the fresh air.",
|
"The {{ trigger.to_state.attributes.friendly_name }} has been opened for about 5 minutes. I will shut down the Air Conditioner so you can enjoy the fresh air.",
|
||||||
"Since the {{ trigger.to_state.attributes.friendly_name }} is still open, I will turn off the air conditioners until you close it",
|
"Since the {{ trigger.to_state.attributes.friendly_name }} is still open, I will turn off the air conditioners until you close it",
|
||||||
"The {{ trigger.to_state.attributes.friendly_name }} ihas been left open, I will turn off the AC to save some money for you.",
|
"The {{ trigger.to_state.attributes.friendly_name }} has been left open, I will turn off the AC to save some money for you.",
|
||||||
"We cant have the Air Conditioning running AND have {{ trigger.to_state.attributes.friendly_name }} open so I will turn off the AC.",
|
"We cant have the Air Conditioning running AND have {{ trigger.to_state.attributes.friendly_name }} open so I will turn off the AC.",
|
||||||
"Since running the AC while {{ trigger.to_state.attributes.friendly_name }} is open, I will turn off the Air Conditioner.",
|
"Since running the AC while {{ trigger.to_state.attributes.friendly_name }} is open, I will turn off the Air Conditioner.",
|
||||||
"Once the {{ trigger.to_state.attributes.friendly_name }} is closed, I will turn the Air Conditioner back on",
|
"Once the {{ trigger.to_state.attributes.friendly_name }} is closed, I will turn the Air Conditioner back on",
|
||||||
|
@ -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.
|
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 -%}
|
{%- endmacro -%}
|
||||||
|
|
||||||
|
{%- macro fridge() -%}
|
||||||
|
The internal temperature of the refrigerator is currently {{ states('sensor.blink_blink1_temperature') }} degrees.
|
||||||
|
{%- endmacro -%}
|
||||||
|
|
||||||
{%- macro light_check() -%}
|
{%- macro light_check() -%}
|
||||||
{% if states.group.all_lights.state != 'off' -%}
|
{% if states.group.all_lights.state != 'off' -%}
|
||||||
There are
|
There are
|
||||||
@ -293,6 +297,10 @@
|
|||||||
{{ lightning() }}
|
{{ lightning() }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if (states('sensor.blink_blink1_temperature')|int) > 50 %}
|
||||||
|
{{ fridge() }}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{{ DoorOpened }}
|
{{ DoorOpened }}
|
||||||
{{ DoorClosed }}
|
{{ DoorClosed }}
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 34 KiB |
Binary file not shown.
Before Width: | Height: | Size: 191 KiB After Width: | Height: | Size: 212 KiB |
Loading…
x
Reference in New Issue
Block a user