Roborock integration, want to be able to empty the filler container

On the roborock application, i can manually empty the filler container of my roborock

It’s currently impossible via the Home Assistant integration (i disable the automatic empty it as my baby make random nap and i don’t want to wake-up her, … )

You can send a custom command from the roborock intergration

action: vacuum.send_command
target:
  entity_id: vacuum.qrevo_roborock
data:
  command: app_start_collect_dust

1 Like