home-assistant.io/source/_components/namecheapdns.markdown
Fabian Affolter 95546aa3fc
Move to Network category (#6181)
* Move to Network category

* Update category and other fixes
2018-09-03 10:48:27 +02:00

1.3 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, featured, ha_release
layout title description date sidebar comments sharing footer logo ha_category featured ha_release
page NamecheapDNS Keep your namecheap dynamic DNS up to date 2017-10-11 20:16 true false true true namecheap.png Network false 0.56

With the namecheapdns component you can automatically update your dynamic DNS entry at namecheapdns.

Namecheap only supports IPv4 addresses to update.

{% linkable_title Configuration %}

To use the component in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
namecheapdns:
  domain: example.com
  password: YOUR_PASSWORD

{% configuration %} host: description: The host part or "subdomain" part you want to update. required: false type: string domain: description: Your namecheap TLD (example.com). required: true type: string password: description: The namecheap "Dynamic DNS Password" you can find under the "Advanced DNS" tab. required: true type: string {% endconfiguration %}

See the How do I set up a Host for Dynamic DNS? for further instructions