Skip to content

Commit d42ebe6

Browse files
skalavalafabaff
authored andcommitted
added quotes around the host (home-assistant#3725)
Throws "while scanning for the next token found character '@' that cannot start any token" an error without quotes around it.
1 parent 6f83b5d commit d42ebe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/namecheapdns.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To use the component in your installation, add the following to your `configurat
2424
```yaml
2525
# Example configuration.yaml entry
2626
namecheapdns:
27-
host: @
27+
host: '@'
2828
domain: example.com
2929
access_token: 0123_Dynamic_DNS_Password
3030
```

0 commit comments

Comments
 (0)