home-assistant.io/source/_components/mythicbeastsdns.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

982 B

title, description, ha_category, ha_release, ha_iot_class, logo
title description ha_category ha_release ha_iot_class logo
Mythic Beasts DNS Keep your mythic beasts DNS updated
Network
0.85 Cloud Push mythic_beasts.png

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