hassio-ovh
hassio-ovh copied to clipboard
OVH DynHost Updater Component for https://www.home-assistant.io/
OVH DynHost Updater Component for Home Assistant
With the ovh integration you can keep your current IP address in sync with your OVH DynHost hostname 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 |
scan_interval |
no | time | How often to call the update service. (default: 10 minutes) |
Basic Example:
ovh:
domain: subdomain.domain.com
username: YOUR_USERNAME
password: YOUR_PASSWORD
Based on the official No-IP.com and Mythic Beasts integrations. Thanks to the creators!