Skip to content

Commit cda9bd0

Browse files
committed
fix indentation from merge
1 parent 61dd812 commit cda9bd0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

custom_components/mammotion/lawn_mower.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -405,15 +405,15 @@ async def async_set_non_work_hours(self, **kwargs: Any) -> None:
405405

406406
async def async_reset_blade_time(self) -> None:
407407
"""Reset blade used time to zero."""
408-
if DeviceType.is_luba1(self.coordinator.device_name):
409-
return
410-
await self.coordinator.async_reset_blade_time()
408+
if DeviceType.is_luba1(self.coordinator.device_name):
409+
return
410+
await self.coordinator.async_reset_blade_time()
411411

412412
async def async_set_blade_warning_time(self, hours: int) -> None:
413413
"""Set blade replacement warning threshold in hours."""
414414
if DeviceType.is_luba1(self.coordinator.device_name):
415415
return
416-
await self.coordinator.async_set_blade_warning_time(hours=hours)
416+
await self.coordinator.async_set_blade_warning_time(hours=hours)
417417

418418
async def async_added_to_hass(self) -> None:
419419
await super().async_added_to_hass()

0 commit comments

Comments
 (0)