home-assistant.io/source/_components/mythicbeastsdns.markdown
Bob Clough 0c97950d36 Mythic beasts DNS Component (#7446)
* Mythic beasts DNS

* ✏️ Tweaks

* ✏️ Tweaks

* ✏️ Sets ha_iot_class to Cloud Push

* 🎨 Adds logo
2019-01-01 13:42:35 +01:00

1.1 KiB

layout, title, description, date, sidebar, comments, sharing, footer, ha_category, ha_release, ha_iot_class, logo
layout title description date sidebar comments sharing footer ha_category ha_release ha_iot_class logo
page Mythic Beasts DNS Keep your mythic beasts DNS updated 2018-11-09 14:57 true false true true Network 0.85 Cloud Push mythic_beasts.png

With the mythicbeastsdns component you can automatically update your dynamic DNS entry at Mythic Beasts.

{% linkable_title Configuration %}

To use the component 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 %}