Skip to content

Commit cbf0611

Browse files
authored
Fix wrong description for numeric_state observation in bayesian (home-assistant#151291)
1 parent 5dcb5f4 commit cbf0611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/bayesian/strings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
},
9797
"numeric_state": {
9898
"title": "[%key:component::bayesian::config_subentries::observation::step::state::title%]",
99-
"description": "[%key:component::bayesian::config_subentries::observation::step::state::description%]",
99+
"description": "[%key:component::bayesian::config_subentries::observation::step::numeric_state::description%]",
100100
"data": {
101101
"name": "[%key:common::config_flow::data::name%]",
102102
"entity_id": "[%key:component::bayesian::config_subentries::observation::step::state::data::entity_id%]",

0 commit comments

Comments
 (0)