From 2b93cf16dc8ea41b4e4aa7faac19103bd333c657 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Fri, 10 Jul 2026 16:27:58 +0200 Subject: [PATCH] Readded FreeDNS config and reset date attribute --- configuration.yaml | 5 +++++ template.yaml | 2 ++ 2 files changed, 7 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 4a55430..b39aa1f 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -85,3 +85,8 @@ generic_hygrostat: frontend: themes: !include_dir_merge_named themes + +freedns: + url: !secret freedns6_url +# - name: IPv4 +# url: !secret freedns4_url diff --git a/template.yaml b/template.yaml index 2a7d6b6..894e284 100644 --- a/template.yaml +++ b/template.yaml @@ -143,6 +143,8 @@ state: > {{ (( states('sensor.wan_out_derivative') | float * 8 / 1000000 ) | round(2)) }} unit_of_measurement: 'Mbps' + attributes: + last_reset: '1970-01-01T00:00:00+00:00' # ── Kalender-Ereignisse für epaperframe ── # Alle Events werden per Automation (automations.yaml) in input_text Helfer geschrieben.