From 240afd80c1bbcb85d24f2e08de06b2b5aa414662 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Wed, 27 Aug 2025 23:08:39 +0200 Subject: [PATCH] Fix spelling in bayesian strings (#151265) --- homeassistant/components/bayesian/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/bayesian/strings.json b/homeassistant/components/bayesian/strings.json index abf322a2b49..2d296d549b8 100644 --- a/homeassistant/components/bayesian/strings.json +++ b/homeassistant/components/bayesian/strings.json @@ -61,7 +61,7 @@ }, "data_description": { "probability_threshold": "The probability above which the sensor will show as 'on'. 50% should produce the most accurate result. Use numbers greater than 50% if avoiding false positives is important, or vice-versa.", - "prior": "The baseline probabilty the sensor should be 'on', this is usually the percentage of time it is true. For example, for a sensor 'Everyone sleeping' it might be 8 hours a day, 33%.", + "prior": "The baseline probability the sensor should be 'on', this is usually the percentage of time it is true. For example, for a sensor 'Everyone sleeping' it might be 8 hours a day, 33%.", "device_class": "Choose the device class you would like the sensor to show as." } },