diff --git a/acme_sh/DOCS.md b/acme_sh/DOCS.md
index b50dc9e..d126bff 100644
--- a/acme_sh/DOCS.md
+++ b/acme_sh/DOCS.md
@@ -11,6 +11,20 @@ The server can be one listed at https://github.com/acmesh-official/acme.sh/wiki/
- Add `DEBUG=1` (or `2` or `3`) to `env` for debug output.
Certificates will be installed to `/ssl/`
+# Support
+If you find this addon useful, please consider supporting my work by [buying me a coffee](https://www.buymeacoffee.com/wernerhp) or making a donation in the form of Bitcoin.
+
+### Bitcoin
+`3EGnQKKbF6AijqW9unyBuW8YeEscY5wMSE`
+
+
+
+### Buy me a coffee
+
+
+Sign-up for a free Luno wallet using [this invite link](http://www.luno.com/invite/X48WY) or enter the code **X48WY** in the **Rewards** section and we can both earn **R 25.00 free BTC** after investing our first R 500.
+
+
## Config
```
account: me@example.com
@@ -27,5 +41,18 @@ dns:
- FREEDNS_Password=my_password
- DEBUG=1
```
-
-
+## Automation
+Setup an automation to run
+```yaml
+alias: Restart ACME.sh Addon
+trigger:
+ - platform: time
+ at: "00:00"
+action:
+ - service: hassio.addon_restart
+ data:
+ addon: 5b07adba_acme_sh
+initial_state: true
+mode: single
+description: Renew SSL Certificates using ZeroSSL
+```