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"
This commit is contained in:
Norbert Rittel 2025-03-24 09:25:13 +01:00 committed by GitHub
parent d65392a374
commit 590c588557
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,14 +140,14 @@
"device_selection": "[%key:component::onewire::options::error::device_not_selected%]" "device_selection": "[%key:component::onewire::options::error::device_not_selected%]"
}, },
"description": "Select what configuration steps to process", "description": "Select what configuration steps to process",
"title": "OneWire Device Options" "title": "1-Wire device options"
}, },
"configure_device": { "configure_device": {
"data": { "data": {
"precision": "Sensor Precision" "precision": "Sensor precision"
}, },
"description": "Select sensor precision for {sensor_id}", "description": "Select sensor precision for {sensor_id}",
"title": "OneWire Sensor Precision" "title": "1-Wire sensor precision"
} }
} }
} }