added quotes around the host (#3725)
Throws "while scanning for the next token found character '@' that cannot start any token" an error without quotes around it.
This commit is contained in:
parent
6f83b5df2f
commit
d42ebe699f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ To use the component in your installation, add the following to your `configurat
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
namecheapdns:
|
namecheapdns:
|
||||||
host: @
|
host: '@'
|
||||||
domain: example.com
|
domain: example.com
|
||||||
access_token: 0123_Dynamic_DNS_Password
|
access_token: 0123_Dynamic_DNS_Password
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue