From 5a28065bba3e140ef28833096ada21224e3db953 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Wed, 8 Oct 2025 20:05:10 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a4b65d7..5d00ea9 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ * clone this repo * create .env file that contains * SOLAREDGE_API_KEY -** SOLAREDGE_SITE_ID -** PUSHOVER_USER_ID -** PUSHOVER_API_KEY -** BIND_ADDR eg. 0.0.0.0:3000 -** CALL_HOME url to include in the pushover notification + * SOLAREDGE_SITE_ID + * PUSHOVER_USER_ID + * PUSHOVER_API_KEY + * BIND_ADDR eg. 0.0.0.0:3000 + * CALL_HOME url to include in the pushover notification * cargo run After successful startup a informational message is sent to pushover. \ No newline at end of file