BnMcG / HomeAssistant-RoboVac

Component to implement Eufy RoboVac support in Home Assistant
Apache License 2.0
45 stars 14 forks source link

Req: Support sending direction commands to the RoboVac #13

Open CamzBarber opened 4 years ago

CamzBarber commented 4 years ago

The Python library this integration uses supports directions (go_forward, go_backward, go_left, go_right), would it be possible to add them to this project? I know I personally have a use for them.

I did look briefly at how this would work, as Home Assistant (HA)'s Vacuum integration does not have directions, would this use their "send_command" service?

Happy to look into this, but have not contributed to HA integrations before, so may need a few pointers.