From 3370808abdd0fc65704efb14faf7a06137ca661d Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 20 Sep 2023 12:11:23 -0400 Subject: [PATCH] Tweak parameters for raining bayesian sensor --- packages/custom_weather.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/custom_weather.yaml b/packages/custom_weather.yaml index dc5147d..cd9399f 100644 --- a/packages/custom_weather.yaml +++ b/packages/custom_weather.yaml @@ -183,7 +183,7 @@ binary_sensor: to_state: "rain" - entity_id: "sensor.tomorrow_io_stratton_ave_precipitation_type" prob_given_true: 0.99 - prob_given_false: 0.005 + prob_given_false: 0.2 platform: "state" to_state: "rain" - entity_id: "sensor.stratton_ave_precipitation"