From 5284f5a948d919ad55f4c3cec50c48033b0824a8 Mon Sep 17 00:00:00 2001 From: Dirk Heilig Date: Wed, 16 Oct 2024 14:23:06 +0200 Subject: [PATCH] reformat --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 11d03bc..cddda83 100644 --- a/Readme.md +++ b/Readme.md @@ -13,7 +13,7 @@ all this topics will get a empty payload if the door is closed. ## configuration The script is configured env vars: - +``` MQTT_HOST: the mqtt host to connect to ENERGY_METER_TOPIC: the mqtt topic to get the energy meter value DOOR_TOPIC: the mqtt topic to get the door status @@ -23,3 +23,4 @@ OUTPUT_TOPIC_PREFIX: the mqtt topic to publish the outputs to optionally: MQTT_USER: the user to connect with MQTT_PASSWORD: the password to connect with +```