Fix typos in user-facing strings of Bayesian integration (#138364)

This commit is contained in:
Norbert Rittel
2025-02-12 12:39:43 +01:00
committed by GitHub
parent 88b444fa5b
commit 64fa9b78f8

View File

@ -5,14 +5,14 @@
"title": "Manual YAML fix required for Bayesian"
},
"no_prob_given_false": {
"description": "In the Bayesian integration `prob_given_false` is now a required configuration variable as there was no mathematical rationale for the previous default value. Please add this to your `configuration.yml` for `bayesian/{entity}`. These observations will be ignored until you do.",
"description": "In the Bayesian integration `prob_given_false` is now a required configuration variable as there was no mathematical rationale for the previous default value. Please add this to your `configuration.yaml` for `bayesian/{entity}`. These observations will be ignored until you do.",
"title": "Manual YAML addition required for Bayesian"
}
},
"services": {
"reload": {
"name": "[%key:common::action::reload%]",
"description": "Reloads bayesian sensors from the YAML-configuration."
"description": "Reloads Bayesian sensors from the YAML-configuration."
}
}
}