mirror of
https://github.com/home-assistant/core.git
synced 2026-07-15 18:44:20 +01:00
876ffe3b6c
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
|
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
|
|
"not_supported": "Device not supported"
|
|
},
|
|
"flow_title": "{name}",
|
|
"step": {
|
|
"bluetooth_confirm": {
|
|
"description": "[%key:component::bluetooth::config::step::bluetooth_confirm::description%]"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"address": "[%key:common::config_flow::data::device%]"
|
|
},
|
|
"data_description": {
|
|
"address": "Select the Chef iQ probe you want to set up"
|
|
},
|
|
"description": "[%key:component::bluetooth::config::step::user::description%]"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"ambient_temperature": {
|
|
"name": "Ambient temperature"
|
|
},
|
|
"food_temperature": {
|
|
"name": "Food temperature"
|
|
},
|
|
"probe_tip_1_temperature": {
|
|
"name": "Probe tip 1 temperature"
|
|
},
|
|
"probe_tip_2_temperature": {
|
|
"name": "Probe tip 2 temperature"
|
|
},
|
|
"probe_tip_3_temperature": {
|
|
"name": "Probe tip 3 temperature"
|
|
},
|
|
"probe_tip_4_temperature": {
|
|
"name": "Probe tip 4 temperature"
|
|
},
|
|
"soc_temperature": {
|
|
"name": "SoC temperature"
|
|
}
|
|
}
|
|
}
|
|
}
|