Skip to content

Commit

Permalink
add state options for dock error
Browse files Browse the repository at this point in the history
  • Loading branch information
Lash-L committed Sep 9, 2023
1 parent 9acfad3 commit b50fa99
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion homeassistant/components/roborock/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,15 @@
"name": "Cleaning progress"
},
"dock_error": {
"name": "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",
"no_dustbin": "No dustbin"
}
},
"main_brush_time_left": {
"name": "Main brush time left"
Expand Down

0 comments on commit b50fa99

Please sign in to comment.