Skip to content

cyr-ius/hass-pdns

 
 

Repository files navigation

PowerDNS DynHost Updater Component for Home Assistant

hacs_badge

With the pdns integration you can keep your current IP address in sync with yourhostname or domain.

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

Configuration variables:

Variable Required Type Description
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
url yes string Url for the DynHost server
scan_interval no time How often to call the update service. (default: 10 minutes)

Basic Example:

pdns:
  domain: subdomain.domain.com
  username: YOUR_USERNAME
  password: YOUR_PASSWORD
  url: http://xxxxx

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

Configuration

The preferred way to setup the platform is by enabling the discovery component. Add your equipment via the Integration menu

Open your Home Assistant instance and start setting up a new integration.