Skip to content

Commit 590c588

Browse files
authored
Fix sentence-casing and change to "1-Wire" in onewire strings (#141265)
* Fix sentence-casing in a few `onewire` strings * Change "OneWire" to "1-Wire"
1 parent d65392a commit 590c588

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

homeassistant/components/onewire/strings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,14 @@
140140
"device_selection": "[%key:component::onewire::options::error::device_not_selected%]"
141141
},
142142
"description": "Select what configuration steps to process",
143-
"title": "OneWire Device Options"
143+
"title": "1-Wire device options"
144144
},
145145
"configure_device": {
146146
"data": {
147-
"precision": "Sensor Precision"
147+
"precision": "Sensor precision"
148148
},
149149
"description": "Select sensor precision for {sensor_id}",
150-
"title": "OneWire Sensor Precision"
150+
"title": "1-Wire sensor precision"
151151
}
152152
}
153153
}

0 commit comments

Comments
 (0)