mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-01 16:57:34 +00:00
1.0 KiB
1.0 KiB
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|---|
page | NO-IP.com | Keep your computer registered with the NO-IP.com dynamic DNS. | 2017-10-27 12:00 | true | false | true | true | noip.png | Utility | 0.57 |
With the no_ip
component you can keep your NO-IP.com record up to date.
To use the component 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 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 %}