From cf6aaf9717d63963d285d478292e5592a46011a9 Mon Sep 17 00:00:00 2001 From: Troy Kelly Date: Mon, 29 Jan 2024 08:39:21 +1100 Subject: [PATCH 1/2] Update README.md Resolves #40 --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9adf204..3d9769c 100644 --- a/README.md +++ b/README.md @@ -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: hello@home-assistant.io From d7bf2bfe31c54dbadde7eb6dddb9f38d59b5b3e3 Mon Sep 17 00:00:00 2001 From: troykelly Date: Sun, 28 Jan 2024 21:39:34 +0000 Subject: [PATCH 2/2] Prettified Code! --- .devcontainer/devcontainer.json | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 843b350..659360a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -14,15 +14,15 @@ "nonFreePackages": true, "username": "vscode", "userUid": "automatic", - "userGid": "automatic" + "userGid": "automatic", }, "ghcr.io/devcontainers-contrib/features/zsh-plugins:0": { "plugins": "ssh-agent npm", "omzPlugins": "https://github.com/zsh-users/zsh-autosuggestions", - "username": "vscode" + "username": "vscode", }, - "ghcr.io/stuartleeks/dev-container-features/shell-history:0": {} - } + "ghcr.io/stuartleeks/dev-container-features/shell-history:0": {}, + }, // Features to add to the dev container. More info: https://containers.dev/features. // "features": {}, diff --git a/README.md b/README.md index 3d9769c..4e914ce 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ To use this add-on, you need to supply the config for your DNS provider ### 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 +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