From d4ce4819a5247fdbd32024453be2f3836faf857b Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Wed, 4 Feb 2026 13:12:48 -0500 Subject: [PATCH] Add blog post link to Tugtainer updates configuration file for reference --- config/packages/tugtainer_updates.yaml | 1 + config/templates/speech/briefing.yaml | 8 ++------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/config/packages/tugtainer_updates.yaml b/config/packages/tugtainer_updates.yaml index 10f0df4e..9146320a 100644 --- a/config/packages/tugtainer_updates.yaml +++ b/config/packages/tugtainer_updates.yaml @@ -9,6 +9,7 @@ # ------------------------------------------------------------------- # Notes: Expects JSON with title/message/type from the Tugtainer template. # 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: diff --git a/config/templates/speech/briefing.yaml b/config/templates/speech/briefing.yaml index 2301185a..9ba751b8 100755 --- a/config/templates/speech/briefing.yaml +++ b/config/templates/speech/briefing.yaml @@ -185,11 +185,7 @@ {% endif %} {%- endmacro -%} - {% macro fact_of_the_day() %} - [incorporate into the message a relevant fact about something that happened in the past on this day] - {% endmacro %} - - {# friendly duration/location helper #} + {# friendly duration/location helper #} {% macro friendly_location(person_id, place_sensor_id, name) %} {% set person = states[person_id] %} {% if not person %} @@ -318,7 +314,7 @@ {% endif %} {# 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') }}" ]