Skip to content

Commit d1dc0c6

Browse files
authored
Small typo
1 parent 774a3c1 commit d1dc0c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_components/mammotion/coordinator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ async def _async_setup(self) -> None:
807807
ota_info = await device.mammotion_http.get_device_ota_firmware(
808808
[device.iot_id]
809809
)
810-
If ota_info is not None:
810+
if ota_info is not None:
811811
for check_version in ota_info.data:
812812
if check_version.device_id == device.iot_id:
813813
device.state.update_check = check_version

0 commit comments

Comments
 (0)