Skip to content

Etuldan/hassio-dyndns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DynHost / DynDNS Updater Component for Home Assistant

hacs_badge

To use the integration in your installation, add the following to your configuration.yaml file:

Configuration variables:

Variable Required Type Description
server yes string The DynDNS server your domain is configured
domain yes string The subdomain you are modifying the DNS configuration for
username yes string The DynHost username
password yes string Password for the DynHost username
scan_interval no time How often to call the update service. (default: 10 minutes)

Basic Example:

dyndns:
  host: dyndns.org
  domain: subdomain.domain.com
  username: YOUR_USERNAME
  password: YOUR_PASSWORD

Based on the official hassio-ovh, No-IP.com and Mythic Beasts integrations. Thanks to the creators!

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%