-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
Comments
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. |
Completely understand and waiting for this update :) |
@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 - 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 |
Thanks @doug144, I am aware of it (I have tested it as well with condition that mop must be attached). |
@doug144 can you check if v2.2.0-beta.4 version adds 2 new icons for mopping features? |
It does and it looks & works great. Thanks! |
Great, thank you! |
Done in v2.2.0 |
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.
Solution
I would like to be able to set mopping settings on Map Card while mop is attached:
Alternatives
No response
Context
No response
The text was updated successfully, but these errors were encountered: