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 ## ########################################