mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Fix typos in user-facing strings of Bayesian integration (#138364)
This commit is contained in:
parent
88b444fa5b
commit
64fa9b78f8
@ -5,14 +5,14 @@
|
|||||||
"title": "Manual YAML fix required for Bayesian"
|
"title": "Manual YAML fix required for Bayesian"
|
||||||
},
|
},
|
||||||
"no_prob_given_false": {
|
"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"
|
"title": "Manual YAML addition required for Bayesian"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"services": {
|
"services": {
|
||||||
"reload": {
|
"reload": {
|
||||||
"name": "[%key:common::action::reload%]",
|
"name": "[%key:common::action::reload%]",
|
||||||
"description": "Reloads bayesian sensors from the YAML-configuration."
|
"description": "Reloads Bayesian sensors from the YAML-configuration."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user