From 07c3af37dca99bda07132a84b65059b5fedf9abc Mon Sep 17 00:00:00 2001 From: Mark McCans Date: Thu, 5 May 2022 20:24:25 -0400 Subject: [PATCH] Remove default options.json file now that it can be automatically generated. --- src/options.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/options.json diff --git a/src/options.json b/src/options.json deleted file mode 100644 index 8830576..0000000 --- a/src/options.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "refresh_interval": 150, - "retry_count": 10, - "retry_wait": 3, - "log_level": "INFO", - "mqtt_discovery": true, - "mqtt_retain": false, - "mqtt_host": "hass", - "mqtt_username": "airthings", - "mqtt_password": "secret" -} \ No newline at end of file