For spot cleaning and water level, what do you get when sending the following services:
- service: vacuum.send_command
data:
entity_id: vacuum.yourvacuum
command: spot_area
params: {"area": "0"}
- service: vacuum.send_command
data_template:
command: set_water_level
entity_id: vacuum.yourvacuum
params: {'level": "low"}