mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
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
@ -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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user