From 88323631eaefe638d2ba77cf4008c259268c84eb Mon Sep 17 00:00:00 2001 From: Ben Fu Date: Mon, 26 Jul 2021 10:40:26 -0500 Subject: [PATCH] Update README with TLS vars --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a239d3a..69195f9 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ It supports the following environment variables: - `MQTT_HOST` (optional, default = 'localhost') - `MQTT_QOS` (optional, default = 0) - `MQTT_PORT` (optional, default = 1883) +- `MQTT_TLS_ENABLED` (required if using TLS) - set to `true` to enable +- `MQTT_TLS_CA_CERT` (required if using TLS) - path to the ca certs +- `MQTT_TLS_CERT` (required if using TLS) - path to the private cert +- `MQTT_TLS_KEY` (required if using TLS) - path to the private key - `HOME_ASSISTANT` (optional, default = false) - `HOME_ASSISTANT_PREFIX` (optional, default = 'homeassistant') - `STORAGE_POLL_INTERVAL` (optional, default = 3600) - how often to fetch storage data (in seconds)