Add blog post link to Tugtainer updates configuration file for reference

master
Carlo Costanzo 10 hours ago
parent 55c29f37a9
commit d4ce4819a5

@ -9,6 +9,7 @@
# ------------------------------------------------------------------- # -------------------------------------------------------------------
# Notes: Expects JSON with title/message/type from the Tugtainer template. # Notes: Expects JSON with title/message/type from the Tugtainer template.
# Notes: Creates persistent notifications and stamps last-update time. # Notes: Creates persistent notifications and stamps last-update time.
# Notes: Blog post https://www.vcloudinfo.com/2026/02/tugtainer-docker-updates-home-assistant-notifications.html
###################################################################### ######################################################################
input_datetime: input_datetime:

@ -185,11 +185,7 @@
{% endif %} {% endif %}
{%- endmacro -%} {%- endmacro -%}
{% macro fact_of_the_day() %} {# friendly duration/location helper #}
[incorporate into the message a relevant fact about something that happened in the past on this day]
{% endmacro %}
{# friendly duration/location helper #}
{% macro friendly_location(person_id, place_sensor_id, name) %} {% macro friendly_location(person_id, place_sensor_id, name) %}
{% set person = states[person_id] %} {% set person = states[person_id] %}
{% if not person %} {% if not person %}
@ -318,7 +314,7 @@
{% endif %} {% endif %}
{# call a Random fact about the house or inspiration quote #} {# call a Random fact about the house or inspiration quote #}
{{ ([moon, holiday, days_until, fact_of_the_day]|random)() }} {{ ([moon, holiday, days_until ]|random)() }}
] ]
[Previous broadcast for context: "{{ state_attr('sensor.openai_response', 'response') }}" ] [Previous broadcast for context: "{{ state_attr('sensor.openai_response', 'response') }}" ]

Loading…
Cancel
Save

Powered by TurnKey Linux.