Skip to content

Commit 166faf4

Browse files
authored
Make host optional (home-assistant#3733)
1 parent 449567f commit 166faf4

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

source/_components/namecheapdns.markdown

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ featured: false
1313
ha_release: 0.56
1414
---
1515

16-
With the namecheapDNS component you can automatically update your dynamic DNS entry.
16+
With the `namecheapdns` component you can automatically update your dynamic DNS entry at [namecheapdns](https://www.namecheap.com/store/domains/freedns/).
1717

1818
<p class='note warning'>
1919
Namecheap only supports IPv4 adresses to update.
@@ -24,22 +24,21 @@ To use the component in your installation, add the following to your `configurat
2424
```yaml
2525
# Example configuration.yaml entry
2626
namecheapdns:
27-
host: '@'
2827
domain: example.com
29-
access_token: 0123_Dynamic_DNS_Password
28+
password: YOUR_PASSWORD
3029
```
3130
3231
{% configuration %}
3332
host:
34-
description: The host part or "subdomain" part you want to update (If you want your domain leave the @ sign)
35-
required: true
33+
description: The host part or "subdomain" part you want to update.
34+
required: false
3635
type: string
3736
domain:
3837
description: Your namecheap TLD (example.com).
3938
required: true
4039
type: string
41-
access_token:
42-
description: The namecheap "Dynamic DNS Password" you can find under the "Advanced DNS" Tab
40+
password:
41+
description: The namecheap "Dynamic DNS Password" you can find under the "Advanced DNS" tab.
4342
required: true
4443
type: string
4544
{% endconfiguration %}

0 commit comments

Comments
 (0)