Skip to content

Commit

Permalink
area switches are now set in the mow plan
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey0000 committed Sep 13, 2024
1 parent a84a999 commit de63314
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom_components/mammotion/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,8 @@ async def async_send_command(self, command: str, **kwargs: Any) -> None:

async def async_plan_route(self) -> None:
"""Plan mow."""
self.data.map.area.keys()
route_information = GenerateRouteInformation(
one_hashs=list(self.data.map.area.keys()),
one_hashs=self._operation_settings.areas,
rain_tactics=self._operation_settings.rain_tactics,
speed=self._operation_settings.speed,
ultra_wave=self._operation_settings.ultra_wave, # touch no touch etc
Expand Down

0 comments on commit de63314

Please sign in to comment.