mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-28 23:37:35 +00:00
1005 B
1005 B
title | description | ha_category | ha_release | ha_iot_class | logo | ha_domain | |
---|---|---|---|---|---|---|---|
Mythic Beasts DNS | Keep your mythic beasts DNS updated |
|
0.85 | Cloud Push | mythic_beasts.png | mythicbeastsdns |
With the mythicbeastsdns
integration you can automatically update your dynamic DNS entry at Mythic Beasts.
Configuration
To use the integration in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
mythicbeastsdns:
host: YOUR_HOST
domain: YOUR_DOMAIN
password: YOUR_API_KEY
{% configuration %}
host:
description: The first part, or subdomain that you want to be dynamic.
required: true
type: string
domain:
description: Your domain, e.g., example.com
.
required: true
type: string
password:
description: The password for your domain. You can set this by clicking "DNS API" on the domain page.
required: true
type: string
{% endconfiguration %}