Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native support for Roborock mopping options #587

Closed
znanywawa opened this issue May 11, 2023 · 8 comments
Closed

Native support for Roborock mopping options #587

znanywawa opened this issue May 11, 2023 · 8 comments
Assignees
Labels
enhancement New feature or request

Comments

@znanywawa
Copy link

Description

Hi,
As new update of custom Roborock integration: https://github.com/humbertogontijo/homeassistant-roborock supports now ability to set mop intensity and mop mode, I think it would be great to add it to card.
image

Solution

I would like to be able to set mopping settings on Map Card while mop is attached:
image

Alternatives

No response

Context

No response

@znanywawa znanywawa added the enhancement New feature or request label May 11, 2023
@PiotrMachowski
Copy link
Owner

Yes, this is something I have on my todo list, but at this moment icons are not generated per integration, so I need to make them platform-dependent first.

@znanywawa
Copy link
Author

Completely understand and waiting for this update :)

@doug144
Copy link

doug144 commented May 15, 2023

@znanywawa While you're waiting, you can add them pretty easily under icons and tiles with this config using the configuration below. If you are using the auto-generated tiles and icons, just make sure to add the append_tiles and append_icons fields.

  - tile_id: mop_intensity
    entity: select.roborock_s7_mop_mode
    label: Mop Mode
    icon: mdi:water-check
  - tile_id: mop_intensity
    entity: select.roborock_s7_mop_intensity
    label: Mop Intensity
    icon: mdi:water-percent
  - icon: mdi:water-check
    tooltip: Change mop mode
    tap_action:
      action: call-service
      service: select.select_next
      service_data:
        entity_id: select.roborock_s7_mop_mode
  - icon: mdi:water-percent
    tooltip: Change mop intensity
    tap_action:
      action: call-service
      service: select.select_next
      service_data:
        entity_id: select.roborock_s7_mop_intensity

@znanywawa
Copy link
Author

znanywawa commented May 15, 2023

Thanks @doug144, I am aware of it (I have tested it as well with condition that mop must be attached).
I was more thinking about dropdown menu :)
You know, I dont wanna describe my wife how to use it :)

@PiotrMachowski
Copy link
Owner

PiotrMachowski commented May 30, 2023

@doug144 can you check if v2.2.0-beta.4 version adds 2 new icons for mopping features?

@doug144
Copy link

doug144 commented May 30, 2023

It does and it looks & works great. Thanks!

@PiotrMachowski
Copy link
Owner

Great, thank you!

@PiotrMachowski PiotrMachowski mentioned this issue May 31, 2023
@PiotrMachowski
Copy link
Owner

Done in v2.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants