Lovelace button config for specific room cleaning #508
Answered
by
PiotrMachowski
doutor-ice
asked this question in
Q&A
Replies: 2 comments 3 replies
-
sequence:
- service: vacuum.send_command
data:
entity_id: vacuum.roborock_s5_max
command: load_multi_map
params: 1
- delay: 00:00:05 # might not be necessary
- service: xiaomi_miio.vacuum_clean_segment
data:
entity_id: vacuum.roborock_s5_max
segments: 23 |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
PiotrMachowski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a two floor map config for my roborock S5 max working with lovelace integration, but I have been searching on how to create 2 buttons since I have some very frequent room cleaning I usually do (for example: a button on a lovelace dashboard to clean kitchen 2x on floor 0, or another button to clean kids room and bathroom 2x on floor 1).
Any ideas how can I create a button like this? As far as I could find through reading many posts and documentation, I figure I have to create some service calls, right?
I also have another doubt, since I have two floors, the service call must tell the roborock on which floor map he should be working with in each button, right?
Bellow is my current card configuration:
Beta Was this translation helpful? Give feedback.
All reactions