-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from troykelly/troykelly-patch-1
Update README.md
- Loading branch information
Showing
2 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,19 @@ To use this add-on, you need to supply the config for your DNS provider | |
- Allows to request wildcard certificates (\*.yourdomain.com) | ||
- Doesn’t need you to open a port to your hass.io host on your router. | ||
|
||
You always need to provide the email and domain entries within the configuration: | ||
### Configuration Note | ||
|
||
If using the 'UI' editor, do not include the "dns" key. ie in the _DNS Configuration_ section you will just have something like | ||
|
||
```yaml | ||
provider: godaddy | ||
godaddy_auth_key: SPECIFY THE KEY TO ACCESS THE API | ||
godaddy_auth_secret: SPECIFY THE SECRET TO ACCESS THE API | ||
``` | ||
### Minimum Configuration | ||
You always need to provide the email and domain entries within the configuration yaml, or in the UI: | ||
```yaml | ||
email: [email protected] | ||
|