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:
Mahasri Kalavala 2017-10-23 03:58:59 -04:00 committed by Fabian Affolter
parent 6f83b5df2f
commit d42ebe699f

View File

@ -24,7 +24,7 @@ To use the component in your installation, add the following to your `configurat
```yaml
# Example configuration.yaml entry
namecheapdns:
host: @
host: '@'
domain: example.com
access_token: 0123_Dynamic_DNS_Password
```