mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
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:
parent
d65392a374
commit
590c588557
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user