Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

43 lines
1.1 KiB
Markdown

---
title: "NO-IP.com"
description: "Keep your computer registered with the NO-IP.com dynamic DNS."
logo: noip.png
ha_category:
- Network
ha_release: 0.57
---
With the `no_ip` integration you can keep your current IP address in sync with your [NO-IP.com](https://www.noip.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:
```yaml
# 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: number
default: 10
{% endconfiguration %}