home-assistant.io/source/_integrations/mythicbeastsdns.markdown
2024-11-27 18:57:16 +01:00

1.2 KiB

title description ha_category ha_release ha_iot_class ha_domain ha_integration_type related ha_quality_scale
Mythic Beasts DNS Keep your mythic beasts DNS updated
Network
0.85 Cloud Push mythicbeastsdns integration
docs title
/docs/configuration/ Configuration file
legacy

With the mythicbeastsdns {% term integration %} you can automatically update your dynamic DNS entry at Mythic Beasts.

Configuration

To use the {% term integration %} in your installation, add the following to your {% term "configuration.yaml" %} file. {% include integrations/restart_ha_after_config_inclusion.md %}

# 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 %}