From 3140f5faddd8519f74f94a9ac5aec119b1d51f69 Mon Sep 17 00:00:00 2001 From: Claus Dethlefsen Date: Wed, 19 Jan 2022 17:02:20 +0100 Subject: [PATCH] DuckDNS --- configuration.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/configuration.yaml b/configuration.yaml index 135e201..f77b7b0 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -26,7 +26,18 @@ homeassistant: # video: /Volumes/video # photo: /Volumes/photo - + +## ######################################## +## DuckDNS +## ######################################## + +# read this: +# https://community.home-assistant.io/t/updating-duckdns-domain-failed/135623 +duckdns: + domain: !secret duckdns_domain + access_token: !secret duckdns_access_token + + ## ######################################## ## Spotify ## ########################################