mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add NO-IP.com docs (#3799)
This commit is contained in:
parent
a639d4b104
commit
bae156c481
45
source/_components/no_ip.markdown
Normal file
45
source/_components/no_ip.markdown
Normal file
@ -0,0 +1,45 @@
|
||||
---
|
||||
layout: page
|
||||
title: "NO-IP.com"
|
||||
description: "Keep your computer registered with the NO-IP.com dynamic DNS."
|
||||
date: 2017-10-27 12:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: noip.png
|
||||
ha_category: Utility
|
||||
ha_release: 0.57
|
||||
---
|
||||
|
||||
With the `no_ip` component you can keep your [NO-IP.com](https://www.noip.com) record up to date.
|
||||
|
||||
To use the component 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 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 %}
|
BIN
source/images/supported_brands/noip.png
Normal file
BIN
source/images/supported_brands/noip.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
Loading…
x
Reference in New Issue
Block a user