2022-04-27 17:56:29 +02:00

1.2 KiB

title description ha_category ha_iot_class ha_release ha_domain ha_integration_type
No-IP.com Keep your computer registered with the NO-IP.com dynamic DNS.
Network
Cloud Polling 0.57 no_ip integration

With the no_ip integration you can keep your current IP address in sync with your NO-IP.com hostname or domain.

Note that it does not confirm your hostname (as is required periodically for free domain names); you will still need to do that manually.

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

# Example configuration.yaml entry
no_ip:
  domain: subdomain.domain.com
  username: YOUR_USERNAME
  password: YOUR_PASSWORD

{% configuration %} domain: description: Your fully qualified domain name (FQDN). required: true type: string username: description: The generated username for this DDNS record. required: true type: string password: description: The generated password for this DDNS record. required: true type: string timeout: description: Timeout (in seconds) for the API calls. required: false type: integer default: 10 {% endconfiguration %}