{ "config": { "flow_title": "{name}", "step": { "user": { "description": "[%key:component::bluetooth::config::step::user::description%]", "data": { "address": "[%key:common::config_flow::data::device%]" }, "data_description": { "address": "Select the device to add." } }, "bluetooth_confirm": { "description": "[%key:component::bluetooth::config::step::bluetooth_confirm::description%]" } }, "abort": { "no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]", "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "failed_to_read_config": "Failed to read config from device" } }, "device": { "probe": { "name": "Probe {probe_number}" } }, "exceptions": { "disconnected": { "message": "The device is disconnected" }, "communication_failed": { "message": "Communication failed with the device" }, "rejected": { "message": "Data was rejected by device" } }, "entity": { "number": { "temperature_target": { "name": "Target temperature" }, "temperature_minimum": { "name": "Minimum temperature" }, "temperature_maximum": { "name": "Maximum temperature" }, "alarm_interval": { "name": "Alarm interval" } }, "event": { "event": { "name": "Event", "state_attributes": { "event_type": { "state": { "probe_acknowledge": "Alarm acknowledged", "probe_alarm": "Alarm triggered", "probe_disconnected": "Probe disconnected", "device_low_power": "Device has low battery", "device_high_temp": "Device has too high temperature", "probe_below_minimum": "Temperature too low", "probe_above_maximum": "Temperature too high", "ignition_failure": "Ignition failure", "ambient_low_temp": "Ambient temperature too low", "ambient_over_heat": "Ambient temperature too high", "ambient_cool_down": "Ambient temperature cooldown", "probe_timer_alarm": "Timer alarm" } } } } }, "select": { "taste": { "name": "Taste", "state": { "none": "Not set", "rare": "Rare", "medium_rare": "Medium rare", "medium": "Medium", "medium_well": "Medium well", "well_done": "Well done" } }, "grill_type": { "name": "Grill type", "state": { "none": "[%key:component::togrill::entity::select::taste::state::none%]", "beef": "Beef", "veal": "Veal", "lamb": "Lamb", "pork": "Pork", "turkey": "Turkey", "chicken": "Chicken", "sausage": "Sausage", "fish": "Fish", "hamburger": "Hamburger", "bbq_smoke": "BBQ smoke", "hot_smoke": "Hot smoke", "cold_smoke": "Cold smoke", "mark_a": "Mark A", "mark_b": "Mark B", "mark_c": "Mark C" } } } } }