home-assistant / home-assistant.io

:blue_book: Home Assistant User documentation
https://www.home-assistant.io
Other
4.95k stars 7.26k forks source link

Roborock documentation edit suggestion #28830

Closed devitus closed 1 year ago

devitus commented 1 year ago

Feedback

Hi,

I've noticed that the example command at the bottom of the documentation doesn't work in the suggested format:

service: vacuum.send_command
data:
  command: app_segment_clean
  params:
    - segments:
        - 22
        - 23
    repeat: 2
target:
  entity_id: vacuum.s7_roborock

After some testing and finding a github comment elsewhere, I can confirm the - segments: should be removed like so:

service: vacuum.send_command
data:
  command: app_segment_clean
  params:
    - 22
    - 23
  repeat: 2
target:
  entity_id: vacuum.s7_roborock

Thanks a lot guys!

Best,

Vitaly

URL

https://www.home-assistant.io/integrations/roborock/

Version

2023.9.0

Additional information

No response

home-assistant[bot] commented 1 year ago

Hey there @humbertogontijo, @lash-l, mind taking a look at this feedback as it has been labeled with an integration (roborock) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `roborock` can trigger bot actions by commenting: - `@home-assistant close` Closes the feedback. - `@home-assistant rename Awesome new title` Renames the feedback. - `@home-assistant reopen` Reopen the feedback. - `@home-assistant unassign roborock` Removes the current integration label and assignees on the feedback, add the integration domain after the command.
anthraxn8b commented 1 year ago

For my "Roborock S7" it is working fine with the "segments".

Neamar commented 1 year ago

Same here, "segments" work as expected