From 19f529622fb48394e13cf95fab01ef52efeda6c6 Mon Sep 17 00:00:00 2001 From: BenV <165034+benv666@users.noreply.github.com> Date: Tue, 30 Jul 2024 12:30:34 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 444f0a2..05bf93d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a small command-line utility written in Go to proxy Ecowitt weatherstati ``` export PROXY_PORT=4199 -export DEST_URL=https://my.homeassistant.com/api/webhook/123312312897345987239847 +export BASE_URL=https://my.homeassistant.com ./ecoproxy ```