1
mirror of https://github.com/home-assistant/core synced 2024-10-13 14:52:10 +02:00
ha-core/homeassistant/components/onewire/strings.json
2022-05-09 13:16:23 +02:00

42 lines
1.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"step": {
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]"
},
"title": "Set server details"
}
}
},
"options": {
"error": {
"device_not_selected": "Select devices to configure"
},
"step": {
"device_selection": {
"data": {
"clear_device_options": "Clear all device configurations",
"device_selection": "Select devices to configure"
},
"description": "Select what configuration steps to process",
"title": "OneWire Device Options"
},
"configure_device": {
"data": {
"precision": "Sensor Precision"
},
"description": "Select sensor precision for {sensor_id}",
"title": "OneWire Sensor Precision"
}
}
}
}