From 8e767b58e513be3c5f3dc9caee6ed5dc001ec251 Mon Sep 17 00:00:00 2001 From: staticdev Date: Sat, 18 Jul 2020 13:05:16 -0300 Subject: [PATCH] Add OneWireTweaks and fix indentation error --- plugins.yaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/plugins.yaml b/plugins.yaml index b0a1c06..57b9cbc 100644 --- a/plugins.yaml +++ b/plugins.yaml @@ -425,7 +425,13 @@ NextionDisplay: repo_url: https://github.com/JamFfm/NEXTIONDisplay.git AutoStartFermenter: - description: Auto starts a list of fermenters when CBPi3 starts so that fermentation resumes where it left off before Pi restarts or power failures. - api: 3.0 - author: Joe Richards - repo_url: https://github.com/viyh/cbpi-autostart-fermenter + description: Auto starts a list of fermenters when CBPi3 starts so that fermentation resumes where it left off before Pi restarts or power failures. + api: 3.0 + author: Joe Richards + repo_url: https://github.com/viyh/cbpi-autostart-fermenter + +OneWireTweaks: + description: This provides a sensor OneWireTweaks that offers accurate calibration for DS18B20 sensor, sensor precision, exponential moving average, filter of high and low values and alert options. It is an improved version of now unmaintained OneWireAdvanced. + api: 3.0 + author: Diogo Carvalho D'Ávila + repo_url: https://github.com/diogavila/cbpi-OneWireTweaks