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

1.5 KiB

title, description, ha_category, ha_iot_class, ha_release, ha_domain, ha_integration_type, related, ha_quality_scale
title description ha_category ha_iot_class ha_release ha_domain ha_integration_type related ha_quality_scale
Namecheap FreeDNS Keep your namecheap dynamic DNS up to date
Network
Cloud Push 0.56 namecheapdns integration
docs title
/docs/configuration/ Configuration file
legacy

With the namecheapdns {% term integration %} you can automatically update your dynamic DNS entry hosted by Namecheap's FreeDNS service.

{% important %} Namecheap only supports updating IPv4 addresses. {% endimportant %}

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
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 root domain (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 Namecheap's How do I set up a Host for Dynamic DNS? guide for further instructions.