From ab0d7835078366236a88f5f36b42558812c1e0b7 Mon Sep 17 00:00:00 2001 From: akennerly Date: Thu, 3 Sep 2020 21:23:38 -0400 Subject: [PATCH] Set SEND_TO_ACURITE = False Since there is no longer any reason to send data to Acurite. Set the default value the FALSE in the example config. --- config.example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.py b/config.example.py index 2f3f279..d22e9bc 100644 --- a/config.example.py +++ b/config.example.py @@ -3,4 +3,4 @@ STATION_KEY = 'xxxxxxx' FREQUENCY = 30 # number of seconds to send updates ACURITE_HUB_IP = '52.22.110.201' # the real ip for hubapi.myacurite.com -SEND_TO_ACURITE = True # send data to acurite, while you still can \ No newline at end of file +SEND_TO_ACURITE = False # send data to acurite, while you still can