home-assistant.io/source/_integrations/namecheapdns.markdown
2022-03-30 21:50:39 +02:00

1.2 KiB

title, description, ha_category, ha_iot_class, ha_release, ha_domain, ha_integration_type
title description ha_category ha_iot_class ha_release ha_domain ha_integration_type
Namecheap FreeDNS Keep your namecheap dynamic DNS up to date
Network
Cloud Push 0.56 namecheapdns integration

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

Namecheap only supports IPv4 addresses to update.

Configuration

To use the integration 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