2023-04-20 14:02:58 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"description": "Enter your Roborock email address.",
|
|
|
|
"data": {
|
2023-07-13 15:52:50 +00:00
|
|
|
"username": "[%key:common::config_flow::data::email%]"
|
2023-04-20 14:02:58 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"code": {
|
|
|
|
"description": "Type the verification code sent to your email",
|
|
|
|
"data": {
|
|
|
|
"code": "Verification code"
|
|
|
|
}
|
2023-11-21 23:21:31 +00:00
|
|
|
},
|
|
|
|
"reauth_confirm": {
|
|
|
|
"title": "[%key:common::config_flow::title::reauth%]",
|
|
|
|
"description": "The Roborock integration needs to re-authenticate your account"
|
2023-04-20 14:02:58 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"invalid_code": "The code you entered was incorrect, please check it and try again.",
|
|
|
|
"invalid_email": "There is no account associated with the email you entered, please try again.",
|
2023-04-27 19:10:34 +00:00
|
|
|
"invalid_email_format": "There is an issue with the formatting of your email - please try again.",
|
|
|
|
"unknown_roborock": "There was an unknown roborock exception - please check your logs.",
|
|
|
|
"unknown_url": "There was an issue determining the correct url for your roborock account - please check your logs.",
|
2023-04-20 14:02:58 +00:00
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
|
|
},
|
|
|
|
"abort": {
|
2023-11-21 23:21:31 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
2023-04-20 14:02:58 +00:00
|
|
|
}
|
2023-04-24 20:53:45 +00:00
|
|
|
},
|
|
|
|
"entity": {
|
2023-09-09 16:12:14 +00:00
|
|
|
"binary_sensor": {
|
2023-10-25 04:10:31 +00:00
|
|
|
"in_cleaning": {
|
|
|
|
"name": "Cleaning"
|
|
|
|
},
|
2023-09-09 16:12:14 +00:00
|
|
|
"mop_attached": {
|
|
|
|
"name": "Mop attached"
|
|
|
|
},
|
|
|
|
"mop_drying_status": {
|
|
|
|
"name": "Mop drying"
|
|
|
|
},
|
|
|
|
"water_box_attached": {
|
|
|
|
"name": "Water box attached"
|
2023-09-21 13:43:17 +00:00
|
|
|
},
|
|
|
|
"water_shortage": {
|
|
|
|
"name": "Water shortage"
|
2023-09-09 16:12:14 +00:00
|
|
|
}
|
|
|
|
},
|
2023-11-01 20:34:04 +00:00
|
|
|
"button": {
|
|
|
|
"reset_sensor_consumable": {
|
|
|
|
"name": "Reset sensor consumable"
|
|
|
|
},
|
|
|
|
"reset_air_filter_consumable": {
|
|
|
|
"name": "Reset air filter consumable"
|
|
|
|
},
|
|
|
|
"reset_side_brush_consumable": {
|
|
|
|
"name": "Reset side brush consumable"
|
|
|
|
},
|
|
|
|
"reset_main_brush_consumable": {
|
|
|
|
"name": "Reset main brush consumable"
|
|
|
|
}
|
|
|
|
},
|
2023-07-23 17:02:16 +00:00
|
|
|
"number": {
|
|
|
|
"volume": {
|
|
|
|
"name": "Volume"
|
|
|
|
}
|
|
|
|
},
|
2023-05-24 18:31:02 +00:00
|
|
|
"sensor": {
|
2023-06-11 00:31:34 +00:00
|
|
|
"cleaning_area": {
|
|
|
|
"name": "Cleaning area"
|
|
|
|
},
|
2023-05-29 16:40:35 +00:00
|
|
|
"cleaning_time": {
|
|
|
|
"name": "Cleaning time"
|
|
|
|
},
|
2023-09-09 22:40:28 +00:00
|
|
|
"clean_percent": {
|
|
|
|
"name": "Cleaning progress"
|
|
|
|
},
|
|
|
|
"dock_error": {
|
|
|
|
"name": "Dock error",
|
|
|
|
"state": {
|
|
|
|
"ok": "Ok",
|
|
|
|
"duct_blockage": "Duct blockage",
|
|
|
|
"water_empty": "Water empty",
|
|
|
|
"waste_water_tank_full": "Waste water tank full",
|
|
|
|
"dirty_tank_latch_open": "Dirty tank latch open",
|
2023-10-19 06:56:15 +00:00
|
|
|
"no_dustbin": "No dustbin",
|
|
|
|
"cleaning_tank_full_or_blocked": "Cleaning tank full or blocked"
|
2023-09-09 22:40:28 +00:00
|
|
|
}
|
|
|
|
},
|
2023-05-24 18:31:02 +00:00
|
|
|
"main_brush_time_left": {
|
|
|
|
"name": "Main brush time left"
|
|
|
|
},
|
2023-09-09 22:40:28 +00:00
|
|
|
"mop_drying_remaining_time": {
|
|
|
|
"name": "Mop drying remaining time"
|
|
|
|
},
|
2023-09-21 14:00:15 +00:00
|
|
|
"last_clean_start": {
|
|
|
|
"name": "Last clean begin"
|
|
|
|
},
|
|
|
|
"last_clean_end": {
|
|
|
|
"name": "Last clean end"
|
|
|
|
},
|
2023-05-24 18:31:02 +00:00
|
|
|
"side_brush_time_left": {
|
|
|
|
"name": "Side brush time left"
|
|
|
|
},
|
|
|
|
"filter_time_left": {
|
|
|
|
"name": "Filter time left"
|
|
|
|
},
|
|
|
|
"sensor_time_left": {
|
|
|
|
"name": "Sensor time left"
|
2023-05-29 16:40:35 +00:00
|
|
|
},
|
2023-05-30 16:51:57 +00:00
|
|
|
"status": {
|
|
|
|
"name": "Status",
|
|
|
|
"state": {
|
|
|
|
"starting": "Starting",
|
|
|
|
"charger_disconnected": "Charger disconnected",
|
2023-07-13 15:52:50 +00:00
|
|
|
"idle": "[%key:common::state::idle%]",
|
2023-05-30 16:51:57 +00:00
|
|
|
"remote_control_active": "Remote control active",
|
|
|
|
"cleaning": "Cleaning",
|
|
|
|
"returning_home": "Returning home",
|
|
|
|
"manual_mode": "Manual mode",
|
|
|
|
"charging": "Charging",
|
|
|
|
"charging_problem": "Charging problem",
|
2023-07-13 15:52:50 +00:00
|
|
|
"paused": "[%key:common::state::paused%]",
|
2023-05-30 16:51:57 +00:00
|
|
|
"spot_cleaning": "Spot cleaning",
|
|
|
|
"error": "Error",
|
|
|
|
"shutting_down": "Shutting down",
|
|
|
|
"updating": "Updating",
|
|
|
|
"docking": "Docking",
|
|
|
|
"going_to_target": "Going to target",
|
|
|
|
"zoned_cleaning": "Zoned cleaning",
|
|
|
|
"segment_cleaning": "Segment cleaning",
|
|
|
|
"emptying_the_bin": "Emptying the bin",
|
|
|
|
"washing_the_mop": "Washing the mop",
|
|
|
|
"going_to_wash_the_mop": "Going to wash the mop",
|
|
|
|
"charging_complete": "Charging complete",
|
2024-01-09 15:48:01 +00:00
|
|
|
"device_offline": "Device offline",
|
|
|
|
"unknown": "Unknown",
|
|
|
|
"locked": "Locked",
|
|
|
|
"air_drying_stopping": "Air drying stopping",
|
|
|
|
"egg_attack": "Cupid mode"
|
2023-05-30 16:51:57 +00:00
|
|
|
}
|
|
|
|
},
|
2023-05-29 16:40:35 +00:00
|
|
|
"total_cleaning_time": {
|
|
|
|
"name": "Total cleaning time"
|
2023-06-11 00:31:34 +00:00
|
|
|
},
|
|
|
|
"total_cleaning_area": {
|
|
|
|
"name": "Total cleaning area"
|
2023-07-09 18:17:19 +00:00
|
|
|
},
|
|
|
|
"vacuum_error": {
|
|
|
|
"name": "Vacuum error",
|
|
|
|
"state": {
|
|
|
|
"none": "None",
|
|
|
|
"lidar_blocked": "Lidar blocked",
|
|
|
|
"bumper_stuck": "Bumper stuck",
|
|
|
|
"wheels_suspended": "Wheels suspended",
|
|
|
|
"cliff_sensor_error": "Cliff sensor error",
|
|
|
|
"main_brush_jammed": "Main brush jammed",
|
|
|
|
"side_brush_jammed": "Side brush jammed",
|
|
|
|
"wheels_jammed": "Wheels jammed",
|
|
|
|
"robot_trapped": "Robot trapped",
|
|
|
|
"no_dustbin": "No dustbin",
|
|
|
|
"low_battery": "Low battery",
|
|
|
|
"charging_error": "Charging error",
|
|
|
|
"battery_error": "Battery error",
|
|
|
|
"wall_sensor_dirty": "Wall sensor dirty",
|
|
|
|
"robot_tilted": "Robot tilted",
|
|
|
|
"side_brush_error": "Side brush error",
|
|
|
|
"fan_error": "Fan error",
|
|
|
|
"vertical_bumper_pressed": "Vertical bumper pressed",
|
|
|
|
"dock_locator_error": "Dock locator error",
|
|
|
|
"return_to_dock_fail": "Return to dock fail",
|
|
|
|
"nogo_zone_detected": "No-go zone detected",
|
|
|
|
"vibrarise_jammed": "VibraRise jammed",
|
|
|
|
"robot_on_carpet": "Robot on carpet",
|
|
|
|
"filter_blocked": "Filter blocked",
|
|
|
|
"invisible_wall_detected": "Invisible wall detected",
|
|
|
|
"cannot_cross_carpet": "Cannot cross carpet",
|
2024-01-09 15:48:01 +00:00
|
|
|
"internal_error": "Internal error",
|
|
|
|
"strainer_error": "Filter is wet or blocked",
|
|
|
|
"compass_error": "Strong magnetic field detected",
|
|
|
|
"dock": "Dock not connected to power",
|
|
|
|
"visual_sensor": "Camera error",
|
|
|
|
"light_touch": "Wall sensor error",
|
|
|
|
"collect_dust_error_3": "Clean auto-empty dock",
|
|
|
|
"collect_dust_error_4": "Auto empty dock voltage error",
|
|
|
|
"mopping_roller_1": "Wash roller may be jammed",
|
|
|
|
"mopping_roller_error_2": "Wash roller not lowered properly",
|
|
|
|
"clear_water_box_hoare": "Check the clean water tank",
|
|
|
|
"dirty_water_box_hoare": "Check the dirty water tank",
|
|
|
|
"sink_strainer_hoare": "Reinstall the water filter",
|
|
|
|
"clear_water_box_exception": "Clean water tank empty",
|
|
|
|
"clear_brush_exception": "Check that the water filter has been correctly installed",
|
|
|
|
"clear_brush_exception_2": "Positioning button error",
|
|
|
|
"filter_screen_exception": "Clean the dock water filter",
|
|
|
|
"mopping_roller_2": "[%key:component::roborock::entity::sensor::vacuum_error::state::mopping_roller_1%]",
|
|
|
|
"temperature_protection": "Unit temperature protection"
|
2023-07-09 18:17:19 +00:00
|
|
|
}
|
2023-05-24 18:31:02 +00:00
|
|
|
}
|
|
|
|
},
|
2023-04-24 20:53:45 +00:00
|
|
|
"select": {
|
|
|
|
"mop_mode": {
|
|
|
|
"name": "Mop mode",
|
|
|
|
"state": {
|
|
|
|
"standard": "Standard",
|
|
|
|
"deep": "Deep",
|
|
|
|
"deep_plus": "Deep+",
|
2023-05-19 03:55:39 +00:00
|
|
|
"custom": "Custom",
|
|
|
|
"fast": "Fast"
|
2023-04-24 20:53:45 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"mop_intensity": {
|
|
|
|
"name": "Mop intensity",
|
|
|
|
"state": {
|
2023-07-04 11:52:01 +00:00
|
|
|
"off": "[%key:common::state::off%]",
|
2023-06-06 06:25:25 +00:00
|
|
|
"low": "Low",
|
2023-04-24 20:53:45 +00:00
|
|
|
"mild": "Mild",
|
2023-06-06 06:25:25 +00:00
|
|
|
"medium": "Medium",
|
2023-04-24 20:53:45 +00:00
|
|
|
"moderate": "Moderate",
|
2023-06-06 06:25:25 +00:00
|
|
|
"high": "High",
|
2023-04-24 20:53:45 +00:00
|
|
|
"intense": "Intense",
|
2023-10-02 18:11:16 +00:00
|
|
|
"custom": "[%key:component::roborock::entity::select::mop_mode::state::custom%]",
|
|
|
|
"custom_water_flow": "Custom water flow"
|
2023-04-24 20:53:45 +00:00
|
|
|
}
|
|
|
|
}
|
2023-05-30 16:52:55 +00:00
|
|
|
},
|
2023-05-31 01:10:28 +00:00
|
|
|
"switch": {
|
|
|
|
"child_lock": {
|
|
|
|
"name": "Child lock"
|
2023-05-31 12:26:39 +00:00
|
|
|
},
|
2023-06-12 18:30:15 +00:00
|
|
|
"dnd_switch": {
|
|
|
|
"name": "Do not disturb"
|
|
|
|
},
|
2023-08-09 20:04:01 +00:00
|
|
|
"off_peak_switch": {
|
|
|
|
"name": "Off-peak charging"
|
|
|
|
},
|
2023-05-31 12:26:39 +00:00
|
|
|
"status_indicator": {
|
|
|
|
"name": "Status indicator light"
|
2023-05-31 01:10:28 +00:00
|
|
|
}
|
|
|
|
},
|
2023-07-25 11:29:48 +00:00
|
|
|
"time": {
|
|
|
|
"dnd_start_time": {
|
|
|
|
"name": "Do not disturb begin"
|
|
|
|
},
|
|
|
|
"dnd_end_time": {
|
|
|
|
"name": "Do not disturb end"
|
2023-08-09 20:04:01 +00:00
|
|
|
},
|
2023-09-12 23:16:31 +00:00
|
|
|
"off_peak_start": {
|
2023-08-09 20:04:01 +00:00
|
|
|
"name": "Off-peak start"
|
|
|
|
},
|
2023-09-12 23:16:31 +00:00
|
|
|
"off_peak_end": {
|
2023-08-09 20:04:01 +00:00
|
|
|
"name": "Off-peak end"
|
2023-07-25 11:29:48 +00:00
|
|
|
}
|
|
|
|
},
|
2023-05-30 16:52:55 +00:00
|
|
|
"vacuum": {
|
|
|
|
"roborock": {
|
|
|
|
"state_attributes": {
|
|
|
|
"fan_speed": {
|
|
|
|
"state": {
|
|
|
|
"auto": "Auto",
|
|
|
|
"balanced": "Balanced",
|
2023-07-13 15:52:50 +00:00
|
|
|
"custom": "[%key:component::roborock::entity::select::mop_mode::state::custom%]",
|
2023-05-30 16:52:55 +00:00
|
|
|
"gentle": "Gentle",
|
2023-07-04 11:52:01 +00:00
|
|
|
"off": "[%key:common::state::off%]",
|
2023-05-30 16:52:55 +00:00
|
|
|
"max": "Max",
|
|
|
|
"max_plus": "Max plus",
|
|
|
|
"medium": "Medium",
|
|
|
|
"quiet": "Quiet",
|
|
|
|
"silent": "Silent",
|
2023-07-13 15:52:50 +00:00
|
|
|
"standard": "[%key:component::roborock::entity::select::mop_mode::state::standard%]",
|
2023-05-30 16:52:55 +00:00
|
|
|
"turbo": "Turbo"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-04-24 20:53:45 +00:00
|
|
|
}
|
2024-01-16 20:00:20 +00:00
|
|
|
},
|
|
|
|
"exceptions": {
|
|
|
|
"command_failed": {
|
|
|
|
"message": "Error while calling {command}"
|
|
|
|
},
|
|
|
|
"home_data_fail": {
|
|
|
|
"message": "Failed to get Roborock home data"
|
|
|
|
},
|
|
|
|
"invalid_credentials": {
|
|
|
|
"message": "Invalid credentials."
|
|
|
|
},
|
|
|
|
"map_failure": {
|
|
|
|
"message": "Something went wrong creating the map"
|
|
|
|
},
|
|
|
|
"no_coordinators": {
|
|
|
|
"message": "No devices were able to successfully setup"
|
|
|
|
}
|
2024-04-08 19:40:59 +00:00
|
|
|
},
|
|
|
|
"services": {
|
|
|
|
"get_maps": {
|
|
|
|
"name": "Get maps",
|
|
|
|
"description": "Get the map and room information of your device."
|
|
|
|
}
|
2023-04-20 14:02:58 +00:00
|
|
|
}
|
|
|
|
}
|