/hassio-ovh

OVH DynHost Updater Component for Home Assistant with multiple subdomains support.

Primary LanguagePython

OVH DynHost Updater Component for Home Assistant

hacs_badge

With the ovh integration you can keep your current IP address in sync with your OVH DynHost hostname or domain.

Based on v2.1.0 from GuilleGF

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/subdomains 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 (seconds). (default: 15 minutes)

Basic Example:

ovh:
  domain: subdomain.domain.com
  username: YOUR_USERNAME
  password: YOUR_PASSWORD

Example with two domains and scan interval:

Supports multiple subdomains separated by a comma, if they all use the same DynHost username and password.

ovh:
  domain: "subdomain1.domain.com,subdomain2.domain.com"
  username: YOUR_USERNAME
  password: YOUR_PASSWORD
  scan_interval: 300

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