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

pull/138198/head^2
Norbert Rittel 2025-02-12 12:39:43 +01:00 committed by GitHub
parent 88b444fa5b
commit 64fa9b78f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

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."
}
}
}