thanks, disabling the icons works perfectly.
I tried to edit the code in order to hard-code 2 repeats, I thought this might work but it doesn’t seem to:
map_modes:
- template: vacuum_clean_segment
repeats_type: EXTERNAL
max_repeats: 3
service_call_schema:
service: vacuum.send_command
service_data:
command: app_segment_clean
entity_id: "[[entity_id]]"
params:
- segments: "[[selection]]"
repeat: "2"
any idea what I’m doing wrong, or is it simply not supported on my vacuum (roborock S5max)
Also, purely aesthetically, with the tiles is there anyway to force a line break i.e. ensure every tile after a certain one is on the lower of the 2 lines? Thanks