Skip to content

Commit bf14cac

Browse files
authored
Fix behavior spelling for public facing strings (home-assistant#154665)
1 parent e5fb6b2 commit bf14cac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

homeassistant/components/airq/strings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"data_description": {
3131
"return_average": "air-Q allows to poll both the noisy sensor readings as well as the values averaged on the device (default)",
32-
"clip_negatives": "For baseline calibration purposes, certain sensor values may briefly become negative. The default behaviour is to clip such values to 0"
32+
"clip_negatives": "For baseline calibration purposes, certain sensor values may briefly become negative. The default behavior is to clip such values to 0"
3333
}
3434
}
3535
}

homeassistant/components/bayesian/strings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
},
147147
"state": {
148148
"title": "Add a Bayesian sensor",
149-
"description": "Add an observation which evaluates to `True` when the value of the sensor exactly matches *'To state'*. When `False`, it will update the prior with probabilities that are the inverse of those set below. This behaviour can be overridden by adding observations for the same entity's other states.",
149+
"description": "Add an observation which evaluates to `True` when the value of the sensor exactly matches *'To state'*. When `False`, it will update the prior with probabilities that are the inverse of those set below. This behavior can be overridden by adding observations for the same entity's other states.",
150150

151151
"data": {
152152
"name": "[%key:common::config_flow::data::name%]",

homeassistant/components/knx/strings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@
358358
"entity_label": "Entity name",
359359
"entity_description": "Optional if a device is selected, otherwise required. If the entity is assigned to a device, the device name is used as prefix.",
360360
"entity_category_title": "Entity category",
361-
"entity_category_description": "Classification of a non-primary entity. Leave empty for standard behaviour."
361+
"entity_category_description": "Classification of a non-primary entity. Leave empty for standard behavior."
362362
},
363363
"knx": {
364364
"title": "KNX configuration",

0 commit comments

Comments
 (0)