2024-07-29 09:44:01 +00:00
|
|
|
{
|
2024-12-18 18:32:51 +00:00
|
|
|
"common": {
|
|
|
|
"slow": "Slow",
|
|
|
|
"fast": "Fast"
|
|
|
|
},
|
2024-07-29 09:44:01 +00:00
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"description": "[%key:component::bluetooth::config::step::user::description%]",
|
|
|
|
"data": {
|
|
|
|
"address": "[%key:common::config_flow::data::device%]"
|
2024-11-27 15:20:38 +00:00
|
|
|
},
|
|
|
|
"data_description": {
|
|
|
|
"address": "Ensure your device is powered on and within Bluetooth range before continuing"
|
2024-07-29 09:44:01 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"bluetooth_confirm": {
|
2024-11-27 15:20:38 +00:00
|
|
|
"description": "Do you want to set up {name}?\n\n*Ensure your device is powered on and within Bluetooth range before continuing*"
|
2024-07-29 09:44:01 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"abort": {
|
|
|
|
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
|
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"entity": {
|
2024-12-09 12:37:38 +00:00
|
|
|
"binary_sensor": {
|
|
|
|
"tip_connected": {
|
|
|
|
"name": "Soldering tip"
|
|
|
|
}
|
|
|
|
},
|
2024-12-29 11:39:13 +00:00
|
|
|
"button": {
|
|
|
|
"settings_save": {
|
|
|
|
"name": "Save settings"
|
|
|
|
},
|
|
|
|
"settings_reset": {
|
|
|
|
"name": "Restore default settings"
|
|
|
|
}
|
|
|
|
},
|
2024-07-30 16:14:01 +00:00
|
|
|
"number": {
|
|
|
|
"setpoint_temperature": {
|
|
|
|
"name": "Setpoint temperature"
|
2024-12-02 11:35:36 +00:00
|
|
|
},
|
|
|
|
"sleep_temperature": {
|
|
|
|
"name": "Sleep temperature"
|
|
|
|
},
|
|
|
|
"sleep_timeout": {
|
|
|
|
"name": "Sleep timeout"
|
|
|
|
},
|
|
|
|
"qc_max_voltage": {
|
|
|
|
"name": "Quick Charge voltage"
|
|
|
|
},
|
|
|
|
"pd_timeout": {
|
|
|
|
"name": "Power Delivery timeout"
|
|
|
|
},
|
|
|
|
"boost_temp": {
|
|
|
|
"name": "Boost temperature"
|
|
|
|
},
|
|
|
|
"shutdown_timeout": {
|
|
|
|
"name": "Shutdown timeout"
|
|
|
|
},
|
|
|
|
"display_brightness": {
|
|
|
|
"name": "Display brightness"
|
|
|
|
},
|
|
|
|
"power_limit": {
|
|
|
|
"name": "Power limit"
|
|
|
|
},
|
|
|
|
"calibration_offset": {
|
|
|
|
"name": "Calibration offset"
|
|
|
|
},
|
|
|
|
"hall_sensitivity": {
|
|
|
|
"name": "Hall effect sensitivity"
|
|
|
|
},
|
|
|
|
"min_voltage_per_cell": {
|
|
|
|
"name": "Min. voltage per cell"
|
|
|
|
},
|
|
|
|
"accel_sensitivity": {
|
|
|
|
"name": "Motion sensitivity"
|
|
|
|
},
|
|
|
|
"keep_awake_pulse_power": {
|
|
|
|
"name": "Keep-awake pulse intensity"
|
|
|
|
},
|
|
|
|
"keep_awake_pulse_delay": {
|
|
|
|
"name": "Keep-awake pulse delay"
|
|
|
|
},
|
|
|
|
"keep_awake_pulse_duration": {
|
|
|
|
"name": "Keep-awake pulse duration"
|
|
|
|
},
|
|
|
|
"voltage_div": {
|
|
|
|
"name": "Voltage divider"
|
|
|
|
},
|
|
|
|
"temp_increment_short": {
|
|
|
|
"name": "Short-press temperature step"
|
|
|
|
},
|
|
|
|
"temp_increment_long": {
|
|
|
|
"name": "Long-press temperature step"
|
2024-07-30 16:14:01 +00:00
|
|
|
}
|
|
|
|
},
|
2024-12-18 18:32:51 +00:00
|
|
|
"select": {
|
|
|
|
"min_dc_voltage_cells": {
|
|
|
|
"name": "Power source",
|
|
|
|
"state": {
|
|
|
|
"no_battery": "External power supply (DC)",
|
|
|
|
"battery_3s": "3S (3 cells)",
|
|
|
|
"battery_4s": "4S (4 cells)",
|
|
|
|
"battery_5s": "5S (5 cells)",
|
|
|
|
"battery_6s": "6S (6 cells)"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"orientation_mode": {
|
|
|
|
"name": "Display orientation mode",
|
|
|
|
"state": {
|
|
|
|
"right_handed": "Right-handed",
|
|
|
|
"left_handed": "Left-handed",
|
|
|
|
"auto": "Auto"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"animation_speed": {
|
|
|
|
"name": "Animation speed",
|
|
|
|
"state": {
|
|
|
|
"off": "[%key:common::state::off%]",
|
|
|
|
"slow": "[%key:component::iron_os::common::slow%]",
|
|
|
|
"medium": "Medium",
|
|
|
|
"fast": "[%key:component::iron_os::common::fast%]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autostart_mode": {
|
|
|
|
"name": "Start-up behavior",
|
|
|
|
"state": {
|
|
|
|
"disabled": "[%key:common::state::disabled%]",
|
|
|
|
"soldering": "Soldering mode",
|
|
|
|
"sleeping": "Sleeping mode",
|
|
|
|
"idle": "Idle mode"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"temp_unit": {
|
|
|
|
"name": "Temperature display unit",
|
|
|
|
"state": {
|
2025-01-05 09:43:32 +00:00
|
|
|
"celsius": "Celsius (°C)",
|
|
|
|
"fahrenheit": "Fahrenheit (°F)"
|
2024-12-18 18:32:51 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"desc_scroll_speed": {
|
|
|
|
"name": "Scrolling speed",
|
|
|
|
"state": {
|
|
|
|
"slow": "[%key:component::iron_os::common::slow%]",
|
|
|
|
"fast": "[%key:component::iron_os::common::fast%]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"locking_mode": {
|
|
|
|
"name": "Button locking mode",
|
|
|
|
"state": {
|
|
|
|
"off": "[%key:common::state::off%]",
|
|
|
|
"boost_only": "Boost only",
|
|
|
|
"full_locking": "Full locking"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"logo_duration": {
|
|
|
|
"name": "Boot logo duration",
|
|
|
|
"state": {
|
|
|
|
"off": "[%key:common::state::off%]",
|
|
|
|
"seconds_1": "1 second",
|
|
|
|
"seconds_2": "2 second",
|
|
|
|
"seconds_3": "3 second",
|
|
|
|
"seconds_4": "4 second",
|
|
|
|
"seconds_5": "5 second",
|
|
|
|
"loop": "Loop"
|
|
|
|
}
|
2025-01-10 13:07:14 +00:00
|
|
|
},
|
|
|
|
"usb_pd_mode": {
|
|
|
|
"name": "Power Delivery 3.1 EPR",
|
|
|
|
"state": {
|
|
|
|
"off": "[%key:common::state::off%]",
|
|
|
|
"on": "[%key:common::state::on%]"
|
|
|
|
}
|
2024-12-18 18:32:51 +00:00
|
|
|
}
|
|
|
|
},
|
2024-07-29 09:44:01 +00:00
|
|
|
"sensor": {
|
|
|
|
"live_temperature": {
|
|
|
|
"name": "Tip temperature"
|
|
|
|
},
|
|
|
|
"voltage": {
|
|
|
|
"name": "DC input voltage"
|
|
|
|
},
|
|
|
|
"handle_temperature": {
|
|
|
|
"name": "Handle temperature"
|
|
|
|
},
|
|
|
|
"power_pwm_level": {
|
|
|
|
"name": "Power level"
|
|
|
|
},
|
|
|
|
"power_source": {
|
|
|
|
"name": "Power source",
|
|
|
|
"state": {
|
|
|
|
"dc": "DC input",
|
|
|
|
"qc": "USB Quick Charge",
|
|
|
|
"pd_vbus": "USB PD VBUS",
|
|
|
|
"pd": "USB Power Delivery"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"tip_resistance": {
|
|
|
|
"name": "Tip resistance"
|
|
|
|
},
|
|
|
|
"uptime": {
|
|
|
|
"name": "Uptime"
|
|
|
|
},
|
|
|
|
"movement_time": {
|
|
|
|
"name": "Last movement time"
|
|
|
|
},
|
|
|
|
"max_tip_temp_ability": {
|
|
|
|
"name": "Max tip temperature"
|
|
|
|
},
|
|
|
|
"tip_voltage": {
|
|
|
|
"name": "Raw tip voltage"
|
|
|
|
},
|
|
|
|
"hall_sensor": {
|
|
|
|
"name": "Hall effect strength"
|
|
|
|
},
|
|
|
|
"operating_mode": {
|
|
|
|
"name": "Operating mode",
|
|
|
|
"state": {
|
|
|
|
"idle": "[%key:common::state::idle%]",
|
|
|
|
"soldering": "Soldering",
|
|
|
|
"sleeping": "Sleeping",
|
|
|
|
"settings": "Settings",
|
|
|
|
"debug": "Debug",
|
|
|
|
"boost": "Boost"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"estimated_power": {
|
|
|
|
"name": "Estimated power"
|
|
|
|
}
|
2024-12-28 20:59:06 +00:00
|
|
|
},
|
|
|
|
"switch": {
|
|
|
|
"animation_loop": {
|
|
|
|
"name": "Animation loop"
|
|
|
|
},
|
|
|
|
"cooling_temp_blink": {
|
|
|
|
"name": "Cool down screen flashing"
|
|
|
|
},
|
|
|
|
"idle_screen_details": {
|
|
|
|
"name": "Detailed idle screen"
|
|
|
|
},
|
|
|
|
"solder_screen_details": {
|
|
|
|
"name": "Detailed solder screen"
|
|
|
|
},
|
|
|
|
"invert_buttons": {
|
|
|
|
"name": "Swap +/- buttons"
|
|
|
|
},
|
|
|
|
"display_invert": {
|
|
|
|
"name": "Invert screen"
|
|
|
|
},
|
|
|
|
"calibrate_cjc": {
|
|
|
|
"name": "Calibrate CJC"
|
|
|
|
}
|
2024-07-29 09:44:01 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"exceptions": {
|
|
|
|
"setup_device_unavailable_exception": {
|
|
|
|
"message": "Device {name} is not reachable"
|
|
|
|
},
|
|
|
|
"setup_device_connection_error_exception": {
|
|
|
|
"message": "Connection to device {name} failed, try again later"
|
2024-07-30 16:14:01 +00:00
|
|
|
},
|
|
|
|
"submit_setting_failed": {
|
|
|
|
"message": "Failed to submit setting to device, try again later"
|
2024-07-29 09:44:01 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|